mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Allow icons to be masked (#28692)
This commit is contained in:
parent
7bfde2dd33
commit
90e723e25e
@ -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)
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user