Skip to content

Commit

Permalink
Add png image as an icon alternative, for PWA.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoBernardino committed Jan 7, 2022
1 parent 7ccbe2c commit 21a89a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
"icons": [
{
"src": "/images/logo.svg",
"sizes": "any",
"sizes": "250x150 any",
"type": "image/svg+xml"
},
{
"src": "/images/favicon.png",
"sizes": "310x310",
"type": "image/png",
"purpose": "any maskable"
}
],
"theme_color": "#222222",
Expand Down

0 comments on commit 21a89a8

Please sign in to comment.