diff --git a/web/images/safari-pinned-tab.svg b/web/images/favicon.svg
similarity index 100%
rename from web/images/safari-pinned-tab.svg
rename to web/images/favicon.svg
diff --git a/web/index.html b/web/index.html
index db87d3536..bd3e829e1 100644
--- a/web/index.html
+++ b/web/index.html
@@ -8,8 +8,9 @@
+
-
+
diff --git a/web/images/android-chrome-192x192.png b/web/public/icons/android-chrome-192x192.png
similarity index 100%
rename from web/images/android-chrome-192x192.png
rename to web/public/icons/android-chrome-192x192.png
diff --git a/web/images/android-chrome-512x512.png b/web/public/icons/android-chrome-512x512.png
similarity index 100%
rename from web/images/android-chrome-512x512.png
rename to web/public/icons/android-chrome-512x512.png
diff --git a/web/site.webmanifest b/web/site.webmanifest
index 91aedef05..1f44b8456 100644
--- a/web/site.webmanifest
+++ b/web/site.webmanifest
@@ -1,14 +1,14 @@
{
- "name": "",
- "short_name": "",
+ "name": "Frigate",
+ "short_name": "Frigate",
"icons": [
{
- "src": "/images/android-chrome-192x192.png",
+ "src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
- "src": "/images/android-chrome-512x512.png",
+ "src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}