[HTML5] Clarify editor PWA manifest.json

Update name and description to clarify it's the web version.
This commit is contained in:
Fabio Alessandrelli 2021-03-24 11:02:31 +01:00
parent 64b4bd4ee0
commit ecb792b1da

View file

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