Skip to content

Commit

Permalink
Adding more icon sizes for PWA manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing committed Apr 2, 2024
1 parent bbacd51 commit 76da1f9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
Binary file added html/webapp/icons/agile-256x256.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 html/webapp/icons/agile-384x384.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 html/webapp/icons/agile-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions html/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@
"src": "icons/agile-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/agile-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icons/agile-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/agile-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

0 comments on commit 76da1f9

Please sign in to comment.