From 3ee4074c68a91c99c156de55ab71b000c9284ce7 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Mon, 13 May 2019 06:32:35 -0700 Subject: [PATCH] Editor: manifest.json clean up. --- editor/manifest.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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" + ] }