mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-24 03:06:16 +00:00
- 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
24 lines
520 B
JSON
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"
|
|
}
|