Skip to content

Commit

Permalink
Mark icons as maskable
Browse files Browse the repository at this point in the history
  • Loading branch information
herronjo committed Jan 21, 2025
1 parent 4f80b01 commit 951b519
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
{
"src": "/img/icon192.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "/img/icon512.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": "/index.html",
Expand Down

0 comments on commit 951b519

Please sign in to comment.