From e940b677edc8612200aaa8b537d6ff48539e8dba Mon Sep 17 00:00:00 2001 From: shuvashish76 Date: Sun, 21 May 2023 18:52:06 +0530 Subject: [PATCH] Add suggestions for task_managers Signed-off-by: shuvashish76 --- suggestions/task_managers.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/suggestions/task_managers.json b/suggestions/task_managers.json index 0637a08..34d2b47 100644 --- a/suggestions/task_managers.json +++ b/suggestions/task_managers.json @@ -1 +1,14 @@ -[] \ No newline at end of file +[ + { + "id": "org.isoron.uhabits", + "label": "Habits", + "source": "fg", + "repo": "https://github.com/iSoron/uhabits" + }, + { + "id": "org.tasks", + "label": "Tasks", + "source": "fg", + "repo": "https://github.com/tasks/tasks" + } +]