diff --git a/web/index.html b/web/index.html index f8f8a6d45..2a748da41 100644 --- a/web/index.html +++ b/web/index.html @@ -25,9 +25,12 @@ + +
+ diff --git a/web/public/images/android-chrome-192x192.png b/web/public/images/android-chrome-192x192.png new file mode 100644 index 000000000..80c382012 Binary files /dev/null and b/web/public/images/android-chrome-192x192.png differ diff --git a/web/public/images/android-chrome-512x512.png b/web/public/images/android-chrome-512x512.png new file mode 100644 index 000000000..a23e25cdf Binary files /dev/null and b/web/public/images/android-chrome-512x512.png differ diff --git a/web/public/images/apple-touch-icon.png b/web/public/images/apple-touch-icon.png new file mode 100644 index 000000000..a0ca9e8eb Binary files /dev/null and b/web/public/images/apple-touch-icon.png differ diff --git a/web/site.webmanifest b/web/site.webmanifest new file mode 100644 index 000000000..3e065eab8 --- /dev/null +++ b/web/site.webmanifest @@ -0,0 +1,28 @@ +{ + "name": "Frigate", + "short_name": "Frigate", + "start_url": "/", + "icons": [ + { + "src": "/images/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/images/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}