From ecb792b1da1af1ba0eac47bc4d04f78ee2ffb477 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Wed, 24 Mar 2021 11:02:31 +0100 Subject: [PATCH] [HTML5] Clarify editor PWA manifest.json Update name and description to clarify it's the web version. --- misc/dist/html/manifest.json | 4 ++-- 1 file 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",