diff --git a/editor/manifest.json b/editor/manifest.json index 9717c104a8c1c6..4a20d5dd11d7af 100644 --- a/editor/manifest.json +++ b/editor/manifest.json @@ -1,13 +1,14 @@ { - "short_name": "Editor", "name": "Three.js Editor", + "short_name": "Three.js", + "start_url": ".", + "scope": ".", + "display": "standalone", "icons": [ { "src": "./images/icon.png", "type": "image/png", "sizes": "144x144" } - ], - "start_url": ".", - "display": "standalone" + ] }