Skip to content

Commit

Permalink
maskable image is more difficult than you'd expect.
Browse files Browse the repository at this point in the history
  • Loading branch information
AhoyLemon committed Feb 4, 2024
1 parent db4e62b commit 3d5a034
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
8 changes: 7 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "Lemon",
"description": "I make stuff, like this...",
"scope": "/",
"start_url": "/",
"start_url": "https://ahoylemon.xyz",
"version": "3.15",
"icons": [
{
Expand All @@ -12,6 +12,12 @@
"type": "image/png",
"purpose": "any"
},
{
"src": "/maskable-196x196.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-192x192.png?v=2024",
"sizes": "192x192",
Expand Down
Binary file added maskable-196x196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 0 additions & 19 deletions site.webmanifest

This file was deleted.

0 comments on commit 3d5a034

Please sign in to comment.