diff --git a/web/images/android-chrome-192x192.png b/web/images/android-chrome-192x192.png new file mode 100644 index 000000000..80c382012 Binary files /dev/null and b/web/images/android-chrome-192x192.png differ diff --git a/web/images/android-chrome-512x512.png b/web/images/android-chrome-512x512.png new file mode 100644 index 000000000..a23e25cdf Binary files /dev/null and b/web/images/android-chrome-512x512.png differ diff --git a/web/site.webmanifest b/web/site.webmanifest index e03a70ae1..37e2f0724 100644 --- a/web/site.webmanifest +++ b/web/site.webmanifest @@ -1,19 +1,38 @@ { - "name": "Frigate", - "short_name": "Frigate", - "icons": [ - { - "src": "/images/mstile-150x150.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/images/favicon-32x32.png", - "sizes": "32x32", - "type": "image/png" - } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" - } \ No newline at end of file + "name": "Frigate", + "short_name": "Frigate", + "start_url": "./", + "scope": ".", + "icons": [ + { + "src": "/images/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/images/favicon-32x32.png", + "sizes": "32x32", + "type": "image/png" + }, + { + "src": "/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any maskable" + }, + { + "src": "/images/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png", + "purpose": "apple touch icon" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}