summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-03-24 11:52:50 +0100
committerGitHub <noreply@github.com>2021-03-24 11:52:50 +0100
commitfe566ee2a8363bcbe8c58e9d01a43c0fb90fd89b (patch)
tree7963cb704e2f1fb40a538007c878b122b0e6d036
parent64b4bd4ee020a38adaca13cea220c526e7dff2f7 (diff)
parentecb792b1da1af1ba0eac47bc4d04f78ee2ffb477 (diff)
Merge pull request #47317 from Faless/js/4.x_editor_manifest_web
[HTML5] Clarify editor PWA manifest.json
-rw-r--r--misc/dist/html/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dist/html/manifest.json b/misc/dist/html/manifest.json
index 6fbed737c7..0ca27b3742 100644
--- a/misc/dist/html/manifest.json
+++ b/misc/dist/html/manifest.json
@@ -1,7 +1,7 @@
{
- "name": "Godot Engine",
+ "name": "Godot Engine Web Editor",
"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",
"start_url": "./godot.tools.html",
"display": "standalone",