summary refs log tree commit diff
path: root/testFrontend/SafeNSound.Demo/wwwroot/manifest.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'testFrontend/SafeNSound.Demo/wwwroot/manifest.webmanifest')
-rw-r--r--testFrontend/SafeNSound.Demo/wwwroot/manifest.webmanifest22
1 files changed, 22 insertions, 0 deletions
diff --git a/testFrontend/SafeNSound.Demo/wwwroot/manifest.webmanifest b/testFrontend/SafeNSound.Demo/wwwroot/manifest.webmanifest
new file mode 100644

index 0000000..32c60d8 --- /dev/null +++ b/testFrontend/SafeNSound.Demo/wwwroot/manifest.webmanifest
@@ -0,0 +1,22 @@ +{ + "name": "SafeNSound.Demo", + "short_name": "SafeNSound.Demo", + "id": "./", + "start_url": "./", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#03173d", + "prefer_related_applications": false, + "icons": [ + { + "src": "icon-512.png", + "type": "image/png", + "sizes": "512x512" + }, + { + "src": "icon-192.png", + "type": "image/png", + "sizes": "192x192" + } + ] +}