1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

Merge pull request #4227 from home-assistant/demo-manifest

Add maskable icon directive to demo manifest
This commit is contained in:
Bram Kragten
2019-11-18 08:54:07 +01:00
committed by GitHub
+8 -4
View File
@@ -7,22 +7,26 @@
{
"src": "/static/icons/favicon-192x192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/static/icons/favicon-384x384.png",
"sizes": "384x384",
"type": "image/png"
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/static/icons/favicon-512x512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/static/icons/favicon-1024x1024.png",
"sizes": "1024x1024",
"type": "image/png"
"type": "image/png",
"purpose": "maskable any"
}
],
"lang": "en-US",