Skip to content

Commit

Permalink
add 512x512 png icon to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
morris committed Feb 2, 2024
1 parent 89f51e9 commit b3d5be3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"theme_color": "#fefefe",
"description": "A to-do app in plain HTML, CSS and JavaScript",
"icons": [
{
"src": "images/icon512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "images/icon.svg",
"sizes": "any",
Expand Down

0 comments on commit b3d5be3

Please sign in to comment.