Skip to content

Commit

Permalink
fix: 144x144px icon
Browse files Browse the repository at this point in the history
  • Loading branch information
manushi1224 committed Jan 25, 2024
1 parent cdf6b9a commit 3cb9513
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Binary file added images/icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/nature.png
Binary file not shown.
12 changes: 9 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@
"orientation": "portrait-primary",
"icons": [
{
"src": "./images/nature.png",
"type":"image/png",
"src": "./images/icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any"
},
{
"src": "./images/icon-512x512.png",
"sizes": "512x512",
"purpose": "maskable"
"type": "image/png",
"purpose": "any"
}
]
}

0 comments on commit 3cb9513

Please sign in to comment.