mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
18 lines
470 B
JSON
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"
|
|
}
|