Skip to content

Commit

Permalink
Editor: manifest.json clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob authored May 13, 2019
1 parent ca37c0d commit 3ee4074
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions editor/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 3ee4074

Please sign in to comment.