diff --git a/web/index.html b/web/index.html index f8f8a6d45..7af1f2876 100644 --- a/web/index.html +++ b/web/index.html @@ -25,9 +25,12 @@ + +
+ diff --git a/web/site.webmanifest b/web/site.webmanifest new file mode 100644 index 000000000..e03a70ae1 --- /dev/null +++ b/web/site.webmanifest @@ -0,0 +1,19 @@ +{ + "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