aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 09:39:52 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 04:09:52 +0000
commit095643f6095fe9c24ee7c6ad7d6323eef2271c09 (patch)
treee7a6473e0c07dcbb85bf4adf8c099ac51cccff7f /recipes
parentNew recipe: 'tixio' (#691) (diff)
downloadferdium-recipes-095643f6095fe9c24ee7c6ad7d6323eef2271c09.tar.gz
ferdium-recipes-095643f6095fe9c24ee7c6ad7d6323eef2271c09.tar.zst
ferdium-recipes-095643f6095fe9c24ee7c6ad7d6323eef2271c09.zip
New recipe: 'clockwise' (#692)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/clockwise/icon.svg1
-rw-r--r--recipes/clockwise/index.js1
-rw-r--r--recipes/clockwise/package.json10
-rw-r--r--recipes/clockwise/webview.js0
4 files changed, 12 insertions, 0 deletions
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 @@
<svg id="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400" viewBox="0, 0, 400,400"><g id="svgg"><path id="path0" d="M133.513 24.062 C -54.410 99.862,-12.973 373.191,188.437 386.347 C 391.760 399.628,467.926 131.698,288.577 34.084 C 245.174 10.461,177.996 6.119,133.513 24.062 M273.846 73.396 C 348.403 114.275,371.976 206.755,326.226 278.896 C 276.384 357.487,165.733 372.264,100.574 309.029 C -26.278 185.924,118.929 -11.543,273.846 73.396 M234.008 156.759 C 196.043 195.202,195.510 195.392,173.713 178.246 C 159.575 167.125,156.762 166.755,148.579 174.938 C 139.827 183.690,184.749 246.899,197.620 243.943 C 206.521 241.899,289.567 139.469,287.458 133.135 C 282.198 117.337,265.770 124.598,234.008 156.759 " stroke="none" fill="#000000" fill-rule="evenodd"></path></g></svg>
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 @@
1{
2 "id": "clockwise",
3 "name": "Clockwise",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/TheKevJames/franz-recipe-clockwise",
7 "config": {
8 "serviceURL": "https://www.getclockwise.com/app/"
9 }
10}
diff --git a/recipes/clockwise/webview.js b/recipes/clockwise/webview.js
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/recipes/clockwise/webview.js