Skip to content

Commit

Permalink
fix: manifest makes lighthouse tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Sep 13, 2017
1 parent bbfc3cd commit e396611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"sizes": "16x16"
},
{
"src": "logo.svg",
"sizes": "256x256"
"src": "assets/logo.svg",
"sizes": "512x512 any"
}
],
"scope": "/",
"start_url": "/index.html",
"start_url": "/",
"display": "fullscreen",
"orientation": "portrait",
"theme_color": "#5f9ea0",
Expand Down

0 comments on commit e396611

Please sign in to comment.