Skip to content

Commit

Permalink
Merge pull request #4227 from home-assistant/demo-manifest
Browse files Browse the repository at this point in the history
Add maskable icon directive to demo manifest
  • Loading branch information
bramkragten authored Nov 18, 2019
2 parents 564e6d4 + d08aa51 commit b82b4a6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions demo/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b82b4a6

Please sign in to comment.