Add icon purpose in webmanifest

This commit is contained in:
Pavel Djundik 2020-02-06 23:31:34 +02:00
parent 4ca97bc955
commit 25b870fcd1

View file

@ -40,7 +40,13 @@
{
"src": "img/logo-grey-bg.svg",
"type": "image/svg+xml",
"purpose": "maskable any",
"sizes": "513x513"
},
{
"src": "img/icon-black-transparent-bg.svg",
"type": "image/svg+xml",
"purpose": "monochrome"
}
]
}