From d003cb9d863070e364bf02f083ba80291ef04a4b Mon Sep 17 00:00:00 2001 From: vantezzen Date: Tue, 14 Jan 2020 20:47:35 +0100 Subject: Add habitica and mastodon --- uncompressed/habitica/LICENSE | 21 +++++++++++++++++++++ uncompressed/habitica/README.md | 5 +++++ uncompressed/habitica/icon.png | Bin 0 -> 5283 bytes uncompressed/habitica/icon.svg | 34 ++++++++++++++++++++++++++++++++++ uncompressed/habitica/index.js | 3 +++ uncompressed/habitica/package.json | 13 +++++++++++++ uncompressed/habitica/webview.js | 3 +++ 7 files changed, 79 insertions(+) create mode 100755 uncompressed/habitica/LICENSE create mode 100755 uncompressed/habitica/README.md create mode 100644 uncompressed/habitica/icon.png create mode 100755 uncompressed/habitica/icon.svg create mode 100755 uncompressed/habitica/index.js create mode 100755 uncompressed/habitica/package.json create mode 100755 uncompressed/habitica/webview.js (limited to 'uncompressed/habitica') diff --git a/uncompressed/habitica/LICENSE b/uncompressed/habitica/LICENSE new file mode 100755 index 0000000..95f7444 --- /dev/null +++ b/uncompressed/habitica/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Yuriy Badalyantc + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/uncompressed/habitica/README.md b/uncompressed/habitica/README.md new file mode 100755 index 0000000..36ba2d0 --- /dev/null +++ b/uncompressed/habitica/README.md @@ -0,0 +1,5 @@ +# Habitica for Franz +This is the Franz recipe for [Habitica](https://habitica.com) + +### How to create your own Franz recipes: +* [Read the documentation](https://github.com/meetfranz/plugins) diff --git a/uncompressed/habitica/icon.png b/uncompressed/habitica/icon.png new file mode 100644 index 0000000..094734b Binary files /dev/null and b/uncompressed/habitica/icon.png differ diff --git a/uncompressed/habitica/icon.svg b/uncompressed/habitica/icon.svg new file mode 100755 index 0000000..6cbda6a --- /dev/null +++ b/uncompressed/habitica/icon.svg @@ -0,0 +1,34 @@ + + + + +Created by potrace 1.15, written by Peter Selinger 2001-2017 + + + + + + diff --git a/uncompressed/habitica/index.js b/uncompressed/habitica/index.js new file mode 100755 index 0000000..17daa35 --- /dev/null +++ b/uncompressed/habitica/index.js @@ -0,0 +1,3 @@ +"use strict"; + +module.exports = Franz => Franz; diff --git a/uncompressed/habitica/package.json b/uncompressed/habitica/package.json new file mode 100755 index 0000000..13f36bd --- /dev/null +++ b/uncompressed/habitica/package.json @@ -0,0 +1,13 @@ +{ + "id": "habitica", + "name": "Habitica", + "version": "1.0.0", + "description": "Habitica", + "main": "index.js", + "license": "MIT", + "author": "Yuriy Badalyantc ", + "repository": "https://github.com/lmnet/franz-recipe-notion", + "config": { + "serviceURL": "https://habitica.com" + } +} diff --git a/uncompressed/habitica/webview.js b/uncompressed/habitica/webview.js new file mode 100755 index 0000000..17daa35 --- /dev/null +++ b/uncompressed/habitica/webview.js @@ -0,0 +1,3 @@ +"use strict"; + +module.exports = Franz => Franz; -- cgit v1.2.3-70-g09d2