Преглед на файлове

Editor: manifest.json clean up.

Mr.doob преди 6 години
родител
ревизия
3ee4074c68
променени са 1 файла, в които са добавени 5 реда и са изтрити 4 реда
  1. 5 4
      editor/manifest.json

+ 5 - 4
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"
+  ]
 }