Parcourir la source

Editor: manifest.json clean up.

Mr.doob il y a 6 ans
Parent
commit
3ee4074c68
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  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"
+  ]
 }