Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
Use absolute URLs

I found on my phone it tried to use http://storage.googleapis.com/game.html as the start url
  • Loading branch information
ccouzens authored Apr 20, 2024
1 parent 53c6eef commit a2fed16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"sizes": "512x512"
}
],
"start_url": "./game.html",
"start_url": "http://storage.googleapis.com/maze-playground/game.html",
"display": "standalone",
"categories": ["games"],
"description": "Maze puzzles for your amusement",
"scope": "./"
"scope": "http://storage.googleapis.com/maze-playground/"
}

0 comments on commit a2fed16

Please sign in to comment.