From 12e502be642ddb52e923892ef5dad755c6444a00 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 12 Sep 2021 09:33:08 +0530 Subject: New recipe: 'tixio' (#691) --- all.json | 9 +++++++++ recipes/tixio/icon.svg | 18 ++++++++++++++++++ recipes/tixio/index.js | 1 + recipes/tixio/package.json | 14 ++++++++++++++ recipes/tixio/webview.js | 0 5 files changed, 42 insertions(+) create mode 100644 recipes/tixio/icon.svg create mode 100644 recipes/tixio/index.js create mode 100644 recipes/tixio/package.json create mode 100644 recipes/tixio/webview.js diff --git a/all.json b/all.json index b446b21..f909acf 100644 --- a/all.json +++ b/all.json @@ -1490,6 +1490,15 @@ "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/tinder/icon.svg" } }, + { + "featured": false, + "id": "tixio", + "name": "Tixio", + "version": "1.0.0", + "icons": { + "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/tixio/icon.svg" + } + }, { "featured": false, "id": "todoist", 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 @@ + + + + symbol + Created with Sketch. + + + + + + + + + + + + + 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 @@ +{ + "id": "tixio", + "name": "Tixio", + "version": "1.0.0", + "license": "MIT", + "repository": "https://github.com/hmcclungiii/franz-recipe-tixio", + "config": { + "serviceURL": "https://{teamId}.tixio.io/app/", + "message": "Franz Recipe for Tixio by hmcclungiii", + "hasTeamId": true, + "hasDirectMessages": false, + "urlInputSuffix": ".tixio.io/app/" + } + } diff --git a/recipes/tixio/webview.js b/recipes/tixio/webview.js new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-70-g09d2