Skip to content

Commit

Permalink
Make logo maskable
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Linde Blázquez committed May 17, 2023
1 parent 63a775a commit 4459961
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pwa.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@
{
"src": "icons/icon-128.png",
"sizes": "128x128",
"type": "image/png"
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "icons/icon-256.png",
"sizes": "256x256",
"type": "image/png"
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "maskable any"
}
],
"start_url": "/index.html",
Expand Down

0 comments on commit 4459961

Please sign in to comment.