Skip to content

Commit

Permalink
use relative paths for icons in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Mar 7, 2017
1 parent 209fc43 commit f720576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.webmanifest
Expand Up @@ -10,18 +10,18 @@
"background_color": "#000",
"icons": [
{
"src": "/img/logo.svg",
"src": "img/logo.svg",
"sizes": "290x290",
"type": "image/svg"
},
{
"src": "/img/logo.png",
"src": "img/logo.png",
"sizes": "580x580",
"type": "image/png",
"density": "2"
},
{
"src": "/favicon.ico",
"src": "favicon.ico",
"sizes": "16x16 32x32 48x48 64x64 256x256",
"type": "image/x-icon"
}
Expand Down

0 comments on commit f720576

Please sign in to comment.