Skip to content

Commit

Permalink
feat: iOS icon
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Nov 5, 2024
1 parent 98ae490 commit 5b62531
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file added public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@
},
{
"src": "./logo.png",
"sizes": "any",
"sizes": "1600x1600",
"type": "image/png",
"purpose": "any"
},
{
"src": "./icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
Expand Down

0 comments on commit 5b62531

Please sign in to comment.