Skip to content

Commit

Permalink
fix(manifest): fix paths to icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dasZGFz committed Jun 25, 2019
1 parent 060878d commit 077d215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"display": "minimal-ui",
"start_url": "/",
"icons": [{
"src": "logo-192.png",
"src": "img/icon-192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "logo-512.png",
"src": "img/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}]
Expand Down

0 comments on commit 077d215

Please sign in to comment.