aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/paymo
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 22:01:51 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-12 22:06:03 +0530
commit9db43e100a672b6d6932ac68c0fbe503c129138b (patch)
tree4f6a31d25a7345c5d92dbd8b80d30ce7d129944f /recipes/paymo
parentNew recipe: 'stackoverflow' (#707) (diff)
downloadferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.tar.gz
ferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.tar.zst
ferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.zip
Added a check to verify that the folder name of the recipe matches the recipe id (#708)
Use the recipe-id as master to rename internal folder names
Diffstat (limited to 'recipes/paymo')
-rw-r--r--recipes/paymo/icon.svg1
-rw-r--r--recipes/paymo/index.js1
-rw-r--r--recipes/paymo/package.json9
-rw-r--r--recipes/paymo/webview.js2
4 files changed, 13 insertions, 0 deletions
diff --git a/recipes/paymo/icon.svg b/recipes/paymo/icon.svg
new file mode 100644
index 0000000..58199e0
--- /dev/null
+++ b/recipes/paymo/icon.svg
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 20.2 25.6" style="enable-background:new 0 0 20.2 25.6" xml:space="preserve"><path d="M5.3 10c0 .5-.6.9-1.1.5L.3 7.6C.1 7.4 0 7.2 0 7V2.3c0-.4.3-.4.5-.3l1.9 1.4c.3.2.7.2 1-.2C4.5 1.7 6.6.3 8.8 0h.1c.3 0 .7.2.8.7v3.8c0 .6-.3.8-.7.9C6.9 6 5.3 7.8 5.3 10z" style="fill:#4bad28"/><path d="M11.4.1c-.5 0-.8.3-.8.7v3.9c0 .4.3.6.6.7 2.2.5 3.8 2.4 3.8 4.7 0 2.7-2.2 4.8-4.8 4.8-1.2 0-2.3-.5-3.2-1.1l-6.5-5c-.3-.1-.5 0-.5.2v15.3c0 .7.6 1.3 1.3 1.3H4c.7 0 1.3-.6 1.3-1.3V19c1.4.8 3.1 1.2 4.8 1.2 5.6 0 10.1-4.5 10.1-10.1 0-5.1-3.8-9.4-8.8-10z" style="fill:#383838"/></svg> \ No newline at end of file
diff --git a/recipes/paymo/index.js b/recipes/paymo/index.js
new file mode 100644
index 0000000..23607bd
--- /dev/null
+++ b/recipes/paymo/index.js
@@ -0,0 +1 @@
module.exports = Ferdi => Ferdi;
diff --git a/recipes/paymo/package.json b/recipes/paymo/package.json
new file mode 100644
index 0000000..905f8da
--- /dev/null
+++ b/recipes/paymo/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "paymo",
3 "name": "paymo",
4 "version": "1.1.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://app.paymoapp.com/auth/login"
8 }
9}
diff --git a/recipes/paymo/webview.js b/recipes/paymo/webview.js
new file mode 100644
index 0000000..7e19dff
--- /dev/null
+++ b/recipes/paymo/webview.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => {
2};