Allow icons to be masked (#28692)

pull/28694/head
Bram Kragten 2019-11-11 11:53:57 +01:00 committed by Paulus Schoutsen
parent 7bfde2dd33
commit 90e723e25e
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ MANIFEST_JSON = {
"src": "/static/icons/favicon-{size}x{size}.png".format(size=size),
"sizes": "{size}x{size}".format(size=size),
"type": "image/png",
"purpose": "maskable any",
}
for size in (192, 384, 512, 1024)
],