Skip to content

Commit

Permalink
#283 - Include maskable 512x512 icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed May 31, 2021
1 parent 2915e90 commit b26a1d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions src/Money.Blazor.Host/wwwroot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@
{
"src": "/images/icon-w-192x192.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "192x192",
"purpose": "any"
},
{
"src": "/images/icon-w-512x512.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "512x512",
"purpose": "any"
},
{
"src": "/images/icon-w-512x512-maskable.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"screenshots": [
Expand Down

0 comments on commit b26a1d3

Please sign in to comment.