You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
[HTML5] Clarify editor PWA manifest.json
Update name and description to clarify it's the web version.
This commit is contained in:
4
misc/dist/html/manifest.json
vendored
4
misc/dist/html/manifest.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Godot Engine",
|
"name": "Godot Engine Web Editor",
|
||||||
"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 (Web edition)",
|
||||||
"lang": "en",
|
"lang": "en",
|
||||||
"start_url": "./godot.tools.html",
|
"start_url": "./godot.tools.html",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
|
|||||||
Reference in New Issue
Block a user