21 lines
467 B
JSON
21 lines
467 B
JSON
|
|
{
|
||
|
|
"apps": {
|
||
|
|
"inventory": "./apps/inventory/inventory.json",
|
||
|
|
"editor": "./apps/editor/editor.json",
|
||
|
|
"locomotion": "./apps/locomotion/locomotion.json",
|
||
|
|
"virtualgamepad": "./apps/virtualgamepad/virtualgamepad.json",
|
||
|
|
"buttons": "./apps/buttons/buttons.json",
|
||
|
|
"xrmenu": "./apps/xrmenu/xrmenu.json"
|
||
|
|
},
|
||
|
|
"includes": [
|
||
|
|
],
|
||
|
|
"templates": {
|
||
|
|
"janusweb.ui": "./preview.html"
|
||
|
|
},
|
||
|
|
"css": [
|
||
|
|
"./themes/preview.css"
|
||
|
|
],
|
||
|
|
"scripts": [
|
||
|
|
]
|
||
|
|
}
|