mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Use appropriate icon types
This commit is contained in:
parent
a2dd25ea97
commit
fc765a2ae9
BIN
web/images/android-chrome-192x192.png
Normal file
BIN
web/images/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
BIN
web/images/android-chrome-512x512.png
Normal file
BIN
web/images/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@ -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"
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user