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