super-productivity/packages/plugin-dev/sync-md-plugin/manifest.json
Johannes Millan a968b7e9d8 feat(plugin): migrate all plugins from src/assets to plugin-dev directory
- Migrated api-test-plugin, sync-md-plugin, and yesterday-tasks-plugin to new plugin-dev structure
- Updated plugin service to load from both legacy and new locations
- Modified build-all script to handle plugin migration during build
- Maintained backward compatibility by copying built plugins to assets directory
2025-06-24 21:04:26 +02:00

24 lines
520 B
JSON

{
"id": "sync-md",
"manifestVersion": 1,
"name": "Sync.md",
"version": "1.0.0",
"description": "Sync markdown files with SuperProductivity projects",
"author": "SuperProductivity",
"type": "standard",
"minSupVersion": "10.0.0",
"permissions": [
"getTasks",
"updateTask",
"addTask",
"getAllProjects",
"nodeExecution",
"persistDataSynced",
"loadSyncedData"
],
"sidePanel": true,
"iFrame": true,
"entryPoint": "plugin.js",
"hooks": [],
"icon": "sync-md-icon.svg"
}