Skip to content

Commit

Permalink
couple more icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
AhoyLemon committed Feb 10, 2024
1 parent fa09b22 commit 4647e4f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Binary file added favicon-1200x1200.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 modified favicon-600x600.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"icons": [
{
"src": "/favicon_maskable-1200x1200.png?v=2024",
"sizes": "600x600",
"sizes": "1200x1200",
"type": "image/png",
"purpose": "maskable"
},
Expand Down Expand Up @@ -44,6 +44,18 @@
"type": "image/png",
"purpose": "monochrome"
},
{
"src": "/favicon-1200x1200.png?v=2024",
"sizes": "1200x1200",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/favicon-600x600.png?v=2024",
"sizes": "600x600",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-512x512.png?v=2024",
"sizes": "512x512",
Expand Down

0 comments on commit 4647e4f

Please sign in to comment.