Skip to content

Commit

Permalink
icons are maskable
Browse files Browse the repository at this point in the history
  • Loading branch information
AhoyLemon committed Feb 4, 2024
1 parent 904543f commit 0bc5ccf
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,44 @@
{
"src": "/android-chrome-36x36.png",
"sizes": "36x36",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-48x48.png",
"sizes": "48x48",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-72x72.png",
"sizes": "72x72",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#e5e828",
Expand Down

0 comments on commit 0bc5ccf

Please sign in to comment.