diff --git a/WebApp/static/manifest.webmanifest b/WebApp/static/manifest.webmanifest new file mode 100644 index 0000000..f735d65 --- /dev/null +++ b/WebApp/static/manifest.webmanifest @@ -0,0 +1,31 @@ +{ + "name": "PhoneCam Web Dashboard", + "short_name": "PhoneCam", + "description": "Monitor camera devices, motion events, and recordings from an installable web dashboard.", + "start_url": "/", + "scope": "/", + "display": "standalone", + "background_color": "#0a0a0c", + "theme_color": "#0a0a0c", + "orientation": "portrait-primary", + "icons": [ + { + "src": "/icons/pwa-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/icons/pwa-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/icons/maskable-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ] +}