소스 검색

Merge pull request #47317 from Faless/js/4.x_editor_manifest_web

[HTML5] Clarify editor PWA manifest.json
Rémi Verschelde 4 년 전
부모
커밋
fe566ee2a8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      misc/dist/html/manifest.json

+ 2 - 2
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",