diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-03-24 11:02:31 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-03-24 11:35:19 +0100 |
commit | ecb792b1da1af1ba0eac47bc4d04f78ee2ffb477 (patch) | |
tree | 7963cb704e2f1fb40a538007c878b122b0e6d036 /misc/dist | |
parent | 64b4bd4ee020a38adaca13cea220c526e7dff2f7 (diff) |
[HTML5] Clarify editor PWA manifest.json
Update name and description to clarify it's the web version.
Diffstat (limited to 'misc/dist')
-rw-r--r-- | misc/dist/html/manifest.json | 4 |
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", |