super-productivity/packages/plugin-dev/yesterday-tasks-plugin/manifest.json
felix bear d844559c6f
fix(plugins): translate yesterday tasks plugin #5103 (#8146)
Co-authored-by: cocojojo5213 <cocojojo5213@users.noreply.github.com>
2026-06-09 14:55:05 +02:00

18 lines
470 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"],
"i18n": {
"languages": ["en", "de"]
},
"iFrame": true,
"sidePanel": true,
"type": "standard",
"assets": [],
"icon": "icon.svg"
}