Merge pull request #47101 from Faless/js/4.x_fix_editor_manifest
[HTML5] Fix bogus Web Editor manifest.
This commit is contained in:
commit
2db80131f2
1 changed files with 1 additions and 1 deletions
2
misc/dist/html/manifest.json
vendored
2
misc/dist/html/manifest.json
vendored
|
@ -3,7 +3,7 @@
|
||||||
"short_name": "Godot",
|
"short_name": "Godot",
|
||||||
"description": "Multi-platform 2D and 3D game engine with a feature-rich editor",
|
"description": "Multi-platform 2D and 3D game engine with a feature-rich editor",
|
||||||
"lang": "en",
|
"lang": "en",
|
||||||
"start_url": "/godot.tools.html",
|
"start_url": "./godot.tools.html",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"orientation": "landscape",
|
"orientation": "landscape",
|
||||||
"theme_color": "#478cbf",
|
"theme_color": "#478cbf",
|
||||||
|
|
Loading…
Reference in a new issue