diff --git a/web/index.html b/web/index.html index f8f8a6d457..2a748da411 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 0000000000..80c3820124 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 0000000000..a23e25cdf6 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 0000000000..a0ca9e8eb8 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 0000000000..3e065eab89 --- /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" +}