Add 512px icons in manifest and specify image types
This commit is contained in:
parent
faeb00af25
commit
c6f7aa2eda
BIN
client/img/logo-grey-bg-512x512px.png
Normal file
BIN
client/img/logo-grey-bg-512x512px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
@ -10,27 +10,38 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"src": "img/logo-grey-bg-120x120px.png",
|
"src": "img/logo-grey-bg-120x120px.png",
|
||||||
|
"type": "image/png",
|
||||||
"sizes": "120x120"
|
"sizes": "120x120"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "img/logo-grey-bg-152x152px.png",
|
"src": "img/logo-grey-bg-152x152px.png",
|
||||||
|
"type": "image/png",
|
||||||
"sizes": "152x152"
|
"sizes": "152x152"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "img/logo-grey-bg-167x167px.png",
|
"src": "img/logo-grey-bg-167x167px.png",
|
||||||
|
"type": "image/png",
|
||||||
"sizes": "167x167"
|
"sizes": "167x167"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "img/logo-grey-bg-180x180px.png",
|
"src": "img/logo-grey-bg-180x180px.png",
|
||||||
|
"type": "image/png",
|
||||||
"sizes": "180x180"
|
"sizes": "180x180"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "img/logo-grey-bg-192x192px.png",
|
"src": "img/logo-grey-bg-192x192px.png",
|
||||||
|
"type": "image/png",
|
||||||
"sizes": "192x192"
|
"sizes": "192x192"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"src": "img/logo-grey-bg-512x512px.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "512x512"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"src": "img/logo-grey-bg.svg",
|
"src": "img/logo-grey-bg.svg",
|
||||||
"sizes": "193x193"
|
"type": "image/svg+xml",
|
||||||
|
"sizes": "513x513"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user