super-productivity/packages/plugin-dev/automations/src/manifest.json
2025-12-02 13:30:37 +01:00

20 lines
492 B
JSON

{
"id": "automations",
"name": "Automations (experimental)",
"version": "1.0.0",
"manifestVersion": 1,
"minSupVersion": "16.0.0",
"description": "Simple rule-based automation for Super Productivity",
"author": "Super Productivity",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"permissions": [],
"hooks": ["taskComplete", "taskUpdate", "anyTaskUpdate"],
"iFrame": true,
"sidePanel": false,
"isSkipMenuEntry": false,
"icon": "icon.svg"
}