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) --- recipes/tixio/icon.svg | 18 ++++++++++++++++++ recipes/tixio/index.js | 1 + recipes/tixio/package.json | 14 ++++++++++++++ recipes/tixio/webview.js | 0 4 files changed, 33 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 (limited to 'recipes') 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-54-g00ecf