Skip to content

Commit

Permalink
fix(manifest): add 512x512 entry in generated web manifest
Browse files Browse the repository at this point in the history
Closes #19
  • Loading branch information
ValentinGot committed Aug 2, 2017
1 parent bf4e140 commit f9f86b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/application/src/public/_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{
"src": "assets/launcher/launcher-256x256.png",
"sizes": "256x256",
"sizes": "256x256 512x512",
"type": "image/png"
}
],
Expand Down

0 comments on commit f9f86b3

Please sign in to comment.