super-productivity/packages/plugin-dev/sync-md/temp/manifest.json
Johannes Millan d4d81bf511 feat(plugin-api): create foundational plugin API package
- 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
2025-06-27 18:13:19 +02:00

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"
}