Skip to content

Commit

Permalink
adds maskable icon for android
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed Sep 10, 2024
1 parent 8ae7a45 commit 90eb7ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added icon-mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"icons": [
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" }
]
}

0 comments on commit 90eb7ee

Please sign in to comment.