18 lines
211 B
JSON
18 lines
211 B
JSON
|
{
|
||
|
"compatibleVersion": 3,
|
||
|
"bundleVersion": 1,
|
||
|
"commands": [
|
||
|
{
|
||
|
"name": "Loot",
|
||
|
"identifier": "main",
|
||
|
"script": "./src/sketch.js"
|
||
|
}
|
||
|
],
|
||
|
"menu": {
|
||
|
"isRoot": true,
|
||
|
"items": [
|
||
|
"main"
|
||
|
]
|
||
|
}
|
||
|
}
|