Use appropriate icon types

This commit is contained in:
Nicolas Mowen 2024-03-12 13:00:17 -06:00
parent a2dd25ea97
commit fc765a2ae9
3 changed files with 37 additions and 18 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -1,19 +1,38 @@
{ {
"name": "Frigate", "name": "Frigate",
"short_name": "Frigate", "short_name": "Frigate",
"icons": [ "start_url": "./",
{ "scope": ".",
"src": "/images/mstile-150x150.png", "icons": [
"sizes": "192x192", {
"type": "image/png" "src": "/images/android-chrome-512x512.png",
}, "sizes": "512x512",
{ "type": "image/png"
"src": "/images/favicon-32x32.png", },
"sizes": "32x32", {
"type": "image/png" "src": "/images/android-chrome-192x192.png",
} "sizes": "192x192",
], "type": "image/png"
"theme_color": "#ffffff", },
"background_color": "#ffffff", {
"display": "standalone" "src": "/images/favicon-32x32.png",
} "sizes": "32x32",
"type": "image/png"
},
{
"src": "/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/images/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "apple touch icon"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}