Fix site.webmanifest + add svg as favicon (#6304)

This commit is contained in:
Stephen Horvath
2023-05-05 09:04:24 +10:00
committed by GitHub
parent 17b92aa657
commit 0751358e5b
5 changed files with 6 additions and 5 deletions

View File

@@ -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"
}