mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-04 21:42:44 +00:00
- Add @super-productivity/plugin-api package with TypeScript definitions - Define core plugin interfaces, types, and manifest structure - Add plugin hooks system for event-driven architecture - Create plugin API type definitions and constants - Add documentation and development guidelines
29 lines
700 B
JSON
29 lines
700 B
JSON
{
|
|
"id": "sync-md",
|
|
"manifestVersion": 1,
|
|
"name": "Sync.md",
|
|
"version": "2.0.0",
|
|
"description": "Sync markdown files with SuperProductivity projects - Solid.js version",
|
|
"author": "SuperProductivity",
|
|
"homepage": "https://github.com/johannesjo/super-productivity",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/johannesjo/super-productivity.git"
|
|
},
|
|
"minSupVersion": "10.0.0",
|
|
"permissions": [
|
|
"getTasks",
|
|
"updateTask",
|
|
"addTask",
|
|
"deleteTask",
|
|
"getAllProjects",
|
|
"nodeExecution",
|
|
"persistDataSynced",
|
|
"loadSyncedData"
|
|
],
|
|
"sidePanel": true,
|
|
"iFrame": true,
|
|
"isSkipMenuEntry": false,
|
|
"hooks": [],
|
|
"icon": "icon.svg"
|
|
}
|