actual/packages/loot-design/manifest.json

18 lines
211 B
JSON
Raw Normal View History

2022-04-29 02:44:38 +00:00
{
"compatibleVersion": 3,
"bundleVersion": 1,
"commands": [
{
"name": "Loot",
"identifier": "main",
"script": "./src/sketch.js"
}
],
"menu": {
"isRoot": true,
"items": [
"main"
]
}
}