Add proper start_url to manifest.
This commit is contained in:
parent
042c04b350
commit
2eb4d4215c
@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
||||||
"name": "BlastMud",
|
"name": "BlastMud",
|
||||||
"short_name": "BlastMud",
|
"short_name": "BlastMud",
|
||||||
"start_url": ".",
|
"start_url": "./game.html",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#000",
|
"background_color": "#000",
|
||||||
"description": "A post-apocalyptic multi user dungeon game",
|
"description": "A post-apocalyptic multi user dungeon game",
|
||||||
|
Loading…
Reference in New Issue
Block a user