Browse Source

Editor: manifest.json clean up.

Mr.doob 6 năm trước cách đây
mục cha
commit
3ee4074c68
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 5 4
      editor/manifest.json

+ 5 - 4
editor/manifest.json

@@ -1,13 +1,14 @@
 {
 {
-  "short_name": "Editor",
   "name": "Three.js Editor",
   "name": "Three.js Editor",
+  "short_name": "Three.js",
+  "start_url": ".",
+  "scope": ".",
+  "display": "standalone",
   "icons": [
   "icons": [
     {
     {
       "src": "./images/icon.png",
       "src": "./images/icon.png",
       "type": "image/png",
       "type": "image/png",
       "sizes": "144x144"
       "sizes": "144x144"
     }
     }
-  ],
-  "start_url": ".",
-  "display": "standalone"
+  ]
 }
 }