aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 09:33:08 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 04:03:08 +0000
commit12e502be642ddb52e923892ef5dad755c6444a00 (patch)
tree90f30f042265d7aaee9614a1b9aa9aabf0c23596 /recipes
parentNew recipe: 'slowly' (fixes #297) (#690) (diff)
downloadferdium-recipes-12e502be642ddb52e923892ef5dad755c6444a00.tar.gz
ferdium-recipes-12e502be642ddb52e923892ef5dad755c6444a00.tar.zst
ferdium-recipes-12e502be642ddb52e923892ef5dad755c6444a00.zip
New recipe: 'tixio' (#691)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/tixio/icon.svg18
-rw-r--r--recipes/tixio/index.js1
-rw-r--r--recipes/tixio/package.json14
-rw-r--r--recipes/tixio/webview.js0
4 files changed, 33 insertions, 0 deletions
diff --git a/recipes/tixio/icon.svg b/recipes/tixio/icon.svg
new file mode 100644
index 0000000..42f153e
--- /dev/null
+++ b/recipes/tixio/icon.svg
@@ -0,0 +1,18 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<svg width="65px" height="65px" viewBox="0 0 65 65" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <!-- Generator: Sketch 52.1 (67048) - http://www.bohemiancoding.com/sketch -->
4 <title>symbol</title>
5 <desc>Created with Sketch.</desc>
6 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7 <g id="Symbol-SVG" transform="translate(-216.000000, -122.000000)" fill="#FFFFFF">
8 <g id="symbol" transform="translate(216.000000, 122.000000)">
9 <rect id="Rectangle" x="24.5254566" y="0.569034209" width="42.2852701" height="14.4398652" rx="7.21993259"></rect>
10 <rect id="Rectangle" x="37.2110377" y="25.2017454" width="29.5996891" height="14.4398652" rx="7.21993259"></rect>
11 <rect id="Rectangle" x="50.7423241" y="48.9850528" width="16.0684026" height="14.4398652" rx="7.21993259"></rect>
12 <rect id="Rectangle" x="0" y="0.569034209" width="16.0684026" height="14.4398652" rx="7.21993259"></rect>
13 <rect id="Rectangle" x="0" y="25.2017454" width="29.5996891" height="14.4398652" rx="7.21993259"></rect>
14 <rect id="Rectangle" x="0" y="48.9850528" width="42.2852701" height="14.4398652" rx="7.21993259"></rect>
15 </g>
16 </g>
17 </g>
18</svg>
diff --git a/recipes/tixio/index.js b/recipes/tixio/index.js
new file mode 100644
index 0000000..23607bd
--- /dev/null
+++ b/recipes/tixio/index.js
@@ -0,0 +1 @@
module.exports = Ferdi => Ferdi;
diff --git a/recipes/tixio/package.json b/recipes/tixio/package.json
new file mode 100644
index 0000000..9d7c53b
--- /dev/null
+++ b/recipes/tixio/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "tixio",
3 "name": "Tixio",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/hmcclungiii/franz-recipe-tixio",
7 "config": {
8 "serviceURL": "https://{teamId}.tixio.io/app/",
9 "message": "Franz Recipe for Tixio by hmcclungiii",
10 "hasTeamId": true,
11 "hasDirectMessages": false,
12 "urlInputSuffix": ".tixio.io/app/"
13 }
14 }
diff --git a/recipes/tixio/webview.js b/recipes/tixio/webview.js
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/recipes/tixio/webview.js