Merge pull request #3744 from thelounge/xpaw/icon-purpose

Add icon purpose in webmanifest
This commit is contained in:
Richard Lewis 2020-02-10 16:41:36 +02:00 committed by GitHub
commit fbf6f48d7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
}
]
}