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) --- recipes/clockwise/icon.svg | 1 + recipes/clockwise/index.js | 1 + recipes/clockwise/package.json | 10 ++++++++++ recipes/clockwise/webview.js | 0 4 files changed, 12 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 (limited to 'recipes/clockwise') 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-70-g09d2