Skip to content

Commit

Permalink
Correct manifest based on dev tools feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens committed Apr 23, 2024
1 parent d217f3c commit 770be23
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 @@ -8,14 +8,20 @@
"type": "image/svg",
"sizes": "any"
},
{
"purpose": "any",
"src": "./icon.svg",
"type": "image/svg",
"sizes": "144x144"
},
{
"purpose": "any",
"src": "./icon.svg",
"type": "image/svg",
"sizes": "any"
}
],
"start_url": "http://storage.googleapis.com/maze-playground/game.html",
"start_url": "https://storage.googleapis.com/maze-playground/game.html",
"display": "standalone",
"categories": ["games"],
"description": "Maze puzzles for your amusement",
Expand Down

0 comments on commit 770be23

Please sign in to comment.