Skip to content

Commit

Permalink
pregen chrome icons
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Aug 18, 2020
1 parent e2e2a8c commit 9d17d45
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1.00001, viewport-fit=cover"
/>
<link rel="manifest" href="/manifest.json" />

<!-- Icons -->
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
Expand Down
19 changes: 19 additions & 0 deletions web/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"icons": [
{
"src": "/pwa/chrome-icon/chrome-icon-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/pwa/chrome-icon/chrome-icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/pwa/chrome-icon/chrome-icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

0 comments on commit 9d17d45

Please sign in to comment.