From 6f5e4a00588aefdda7a5a1cfe70935870e7e234a Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 22 Sep 2020 20:56:48 +0200 Subject: Unpack recipes and update recipes icons (#292) Co-authored-by: Amine Mouafik --- recipes/nextcloud-tasks/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/nextcloud-tasks/package.json (limited to 'recipes/nextcloud-tasks/package.json') diff --git a/recipes/nextcloud-tasks/package.json b/recipes/nextcloud-tasks/package.json new file mode 100644 index 0000000..cabc86a --- /dev/null +++ b/recipes/nextcloud-tasks/package.json @@ -0,0 +1,16 @@ +{ + "id": "nextcloud-tasks", + "name": "Nextcloud Tasks", + "version": "1.0.0", + "description": "Ferdi recipe for Nextcloud Tasks. Easily sync tasks from various devices with your Nextcloud and edit them online.", + "main": "index.js", + "author": "Edgars Andersons ", + "license": "MIT", + "repository": "https://github.com/eandersons/ferdi-recipe-nextcloud-tasks", + "config": { + "hasNotificationSound": true, + "hasIndirectMessages": true, + "hasCustomUrl": true, + "serviceURL": "https://{nextcloud}/apps/tasks/" + } +} -- cgit v1.2.3-54-g00ecf