mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +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
15 lines
423 B
JSON
15 lines
423 B
JSON
{
|
|
"name": "Yesterday's Tasks",
|
|
"id": "yesterday-tasks",
|
|
"manifestVersion": 1,
|
|
"version": "1.0.0",
|
|
"minSupVersion": "13.0.0",
|
|
"description": "Shows all tasks you worked on yesterday with time spent on each.",
|
|
"hooks": [],
|
|
"permissions": ["getTasks", "getArchivedTasks", "showIndexHtmlAsView", "openDialog"],
|
|
"iFrame": true,
|
|
"sidePanel": true,
|
|
"type": "standard",
|
|
"assets": [],
|
|
"icon": "icon.svg"
|
|
}
|