Add icon purpose in webmanifest

This commit is contained in:
Pavel Djundik 2020-02-06 23:31:34 +02:00
parent 4ca97bc955
commit 25b870fcd1
1 changed files with 6 additions and 0 deletions

View File

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