mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-17 19:06:36 +01:00
Don't use apple icon for android pwa (#10535)
* Don't use apple icon for android * Fix dimensions * fix icon name
This commit is contained in:
parent
ccdf9a2f0a
commit
f835e86df1
BIN
web/public/images/maskable-icon.png
Normal file
BIN
web/public/images/maskable-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
@ -16,7 +16,7 @@
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/images/apple-touch-icon.png",
|
||||
"src": "/images/maskable-icon.png",
|
||||
"sizes": "180x180",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
|
Loading…
Reference in New Issue
Block a user