Add maskable purpose to PNG icons
This commit is contained in:
parent
6f04216af5
commit
d8ab40d8ee
@ -10,31 +10,37 @@
|
||||
{
|
||||
"src": "img/logo-grey-bg-120x120px.png",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any",
|
||||
"sizes": "120x120"
|
||||
},
|
||||
{
|
||||
"src": "img/logo-grey-bg-152x152px.png",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any",
|
||||
"sizes": "152x152"
|
||||
},
|
||||
{
|
||||
"src": "img/logo-grey-bg-167x167px.png",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any",
|
||||
"sizes": "167x167"
|
||||
},
|
||||
{
|
||||
"src": "img/logo-grey-bg-180x180px.png",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any",
|
||||
"sizes": "180x180"
|
||||
},
|
||||
{
|
||||
"src": "img/logo-grey-bg-192x192px.png",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "img/logo-grey-bg-512x512px.png",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable any",
|
||||
"sizes": "512x512"
|
||||
},
|
||||
{
|
||||
@ -42,11 +48,6 @@
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "maskable any",
|
||||
"sizes": "513x513"
|
||||
},
|
||||
{
|
||||
"src": "img/icon-black-transparent-bg.svg",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "monochrome"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user