From 9d2e2636ef34f14fa420ad18611d643d1ddadaba Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 12 Sep 2021 09:24:59 +0530 Subject: New recipe: 'slowly' (fixes #297) (#690) --- recipes/slowly/icon.svg | 1 + recipes/slowly/index.js | 1 + recipes/slowly/package.json | 10 ++++++++++ recipes/slowly/webview.js | 2 ++ 4 files changed, 14 insertions(+) create mode 100644 recipes/slowly/icon.svg create mode 100644 recipes/slowly/index.js create mode 100644 recipes/slowly/package.json create mode 100644 recipes/slowly/webview.js (limited to 'recipes/slowly') diff --git a/recipes/slowly/icon.svg b/recipes/slowly/icon.svg new file mode 100644 index 0000000..7dfc4fc --- /dev/null +++ b/recipes/slowly/icon.svg @@ -0,0 +1 @@ +Recurso 1 \ No newline at end of file diff --git a/recipes/slowly/index.js b/recipes/slowly/index.js new file mode 100644 index 0000000..23607bd --- /dev/null +++ b/recipes/slowly/index.js @@ -0,0 +1 @@ +module.exports = Ferdi => Ferdi; diff --git a/recipes/slowly/package.json b/recipes/slowly/package.json new file mode 100644 index 0000000..b1fb7ae --- /dev/null +++ b/recipes/slowly/package.json @@ -0,0 +1,10 @@ +{ + "id": "slowly", + "name": "Slowly", + "version": "1.0.0", + "license": "MIT", + "repository": "https://github.com/BerakaStudio/franz-slowly", + "config": { + "serviceURL": "https://web.getslowly.com/home" + } +} diff --git a/recipes/slowly/webview.js b/recipes/slowly/webview.js new file mode 100644 index 0000000..e005ea1 --- /dev/null +++ b/recipes/slowly/webview.js @@ -0,0 +1,2 @@ +module.exports = () => { +}; -- cgit v1.2.3-54-g00ecf