15 lines
239 B
JSON
15 lines
239 B
JSON
|
|
{
|
||
|
|
"name": "Three.js Editor",
|
||
|
|
"short_name": "Three.js",
|
||
|
|
"start_url": ".",
|
||
|
|
"scope": ".",
|
||
|
|
"display": "standalone",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "./images/icon.png",
|
||
|
|
"type": "image/png",
|
||
|
|
"sizes": "144x144"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|