Skip to content

Commit

Permalink
Merge pull request #565 from glitch128/master
Browse files Browse the repository at this point in the history
make PWA icons maskable
  • Loading branch information
tentone committed Oct 9, 2023
2 parents 372d95b + 6482b9d commit 7c82d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/editor/manifest.json
Expand Up @@ -6,19 +6,19 @@
"src": "icons/icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
"purpose": "any maskable"
},
{
"src": "icons/icon-192.ico",
"type": "image/x-icon",
"sizes": "192x192",
"purpose": "any"
"purpose": "any maskable"
},
{
"src": "icons/icon-128.ico",
"type": "image/x-icon",
"sizes": "128x128",
"purpose": "any"
"purpose": "any maskable"
}
],
"id": "/",
Expand Down

0 comments on commit 7c82d6d

Please sign in to comment.