From 095643f6095fe9c24ee7c6ad7d6323eef2271c09 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 12 Sep 2021 09:39:52 +0530 Subject: New recipe: 'clockwise' (#692) --- all.json | 9 +++++++++ recipes/clockwise/icon.svg | 1 + recipes/clockwise/index.js | 1 + recipes/clockwise/package.json | 10 ++++++++++ recipes/clockwise/webview.js | 0 5 files changed, 21 insertions(+) create mode 100644 recipes/clockwise/icon.svg create mode 100644 recipes/clockwise/index.js create mode 100644 recipes/clockwise/package.json create mode 100644 recipes/clockwise/webview.js diff --git a/all.json b/all.json index f909acf..a58e3b5 100644 --- a/all.json +++ b/all.json @@ -230,6 +230,15 @@ "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/clockify/icon.svg" } }, + { + "featured": false, + "id": "clockwise", + "name": "Clockwise", + "version": "1.0.0", + "icons": { + "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/clockwise/icon.svg" + } + }, { "featured": false, "id": "clubhouse", diff --git a/recipes/clockwise/icon.svg b/recipes/clockwise/icon.svg new file mode 100644 index 0000000..ea571c6 --- /dev/null +++ b/recipes/clockwise/icon.svg @@ -0,0 +1 @@ + diff --git a/recipes/clockwise/index.js b/recipes/clockwise/index.js new file mode 100644 index 0000000..23607bd --- /dev/null +++ b/recipes/clockwise/index.js @@ -0,0 +1 @@ +module.exports = Ferdi => Ferdi; diff --git a/recipes/clockwise/package.json b/recipes/clockwise/package.json new file mode 100644 index 0000000..5ddf492 --- /dev/null +++ b/recipes/clockwise/package.json @@ -0,0 +1,10 @@ +{ + "id": "clockwise", + "name": "Clockwise", + "version": "1.0.0", + "license": "MIT", + "repository": "https://github.com/TheKevJames/franz-recipe-clockwise", + "config": { + "serviceURL": "https://www.getclockwise.com/app/" + } +} diff --git a/recipes/clockwise/webview.js b/recipes/clockwise/webview.js new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-54-g00ecf