Add proper start_url to manifest.

This commit is contained in:
Condorra 2023-02-17 14:14:25 +11:00
parent 042c04b350
commit 2eb4d4215c

View File

@ -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",