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,9 +1,16 @@
{ {
"name": "Frigate", "name": "Frigate",
"short_name": "Frigate", "short_name": "Frigate",
"start_url": "./",
"scope": ".",
"icons": [ "icons": [
{ {
"src": "/images/mstile-150x150.png", "src": "/images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/images/android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
}, },
@ -11,6 +18,18 @@
"src": "/images/favicon-32x32.png", "src": "/images/favicon-32x32.png",
"sizes": "32x32", "sizes": "32x32",
"type": "image/png" "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", "theme_color": "#ffffff",