actual/packages/loot-design/manifest.json
2022-04-28 22:44:38 -04:00

18 lines
211 B
JSON

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