From 6f5e4a00588aefdda7a5a1cfe70935870e7e234a Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 22 Sep 2020 20:56:48 +0200 Subject: Unpack recipes and update recipes icons (#292) Co-authored-by: Amine Mouafik --- recipes/airtable/LICENSE | 21 +++++++++++++++++++++ recipes/airtable/README.md | 15 +++++++++++++++ recipes/airtable/icon.png | Bin 0 -> 22924 bytes recipes/airtable/icon.svg | 1 + recipes/airtable/index.js | 3 +++ recipes/airtable/package.json | 17 +++++++++++++++++ recipes/airtable/webview.js | 17 +++++++++++++++++ 7 files changed, 74 insertions(+) create mode 100644 recipes/airtable/LICENSE create mode 100644 recipes/airtable/README.md create mode 100644 recipes/airtable/icon.png create mode 100644 recipes/airtable/icon.svg create mode 100644 recipes/airtable/index.js create mode 100644 recipes/airtable/package.json create mode 100644 recipes/airtable/webview.js (limited to 'recipes/airtable') diff --git a/recipes/airtable/LICENSE b/recipes/airtable/LICENSE new file mode 100644 index 0000000..f106e38 --- /dev/null +++ b/recipes/airtable/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Casey Sparks + +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. diff --git a/recipes/airtable/README.md b/recipes/airtable/README.md new file mode 100644 index 0000000..94a3061 --- /dev/null +++ b/recipes/airtable/README.md @@ -0,0 +1,15 @@ +# recipe-franz-airtable +This is a recipe that adds Airtable to Franz 5.0. The recipe is not yet an implemented service of Franz. + +## How to install +You can install it manually by following the instructions below. + +1. Download this recipe: https://github.com/transnat/recipe-airtable/archive/master.zip +2. Open the Franz Plugins folder on your machine: + * Mac: `~/Library/Application Support/Franz/recipes/dev/` + * Windows: `%appdata%/Franz/recipes/dev/` +3. Create the `dev` folder if you don't yet have it. +4. Unzip the file you have just downloaded. +5. Copy the `recipe-airtable-master` folder into the plugins dev directory +6. Reload Franz +7. Open Franz settings. Under 'Add New Services' you will find a 'Custom Services' section, click on 'Airtable' and log in. diff --git a/recipes/airtable/icon.png b/recipes/airtable/icon.png new file mode 100644 index 0000000..f8a9f33 Binary files /dev/null and b/recipes/airtable/icon.png differ diff --git a/recipes/airtable/icon.svg b/recipes/airtable/icon.svg new file mode 100644 index 0000000..db1e8d5 --- /dev/null +++ b/recipes/airtable/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/recipes/airtable/index.js b/recipes/airtable/index.js new file mode 100644 index 0000000..8a99610 --- /dev/null +++ b/recipes/airtable/index.js @@ -0,0 +1,3 @@ +'use strict'; + +module.exports = Franz => Franz; diff --git a/recipes/airtable/package.json b/recipes/airtable/package.json new file mode 100644 index 0000000..ca8c83b --- /dev/null +++ b/recipes/airtable/package.json @@ -0,0 +1,17 @@ +{ + "id": "airtable", + "name": "Airtable", + "version": "1.0.1", + "description": "Airtable", + "main": "index.js", + "author": "Casey Sparks ", + "license": "MIT", + "repository": "https://github.com/transnat/recipe-airtable", + "config": { + "serviceURL": "https://airtable.com", + "hasTeamId": false, + "hasCustomUrl": false, + "hasNotificationSound": false, + "hasIndirectMessages": false + } +} diff --git a/recipes/airtable/webview.js b/recipes/airtable/webview.js new file mode 100644 index 0000000..ca8c83b --- /dev/null +++ b/recipes/airtable/webview.js @@ -0,0 +1,17 @@ +{ + "id": "airtable", + "name": "Airtable", + "version": "1.0.1", + "description": "Airtable", + "main": "index.js", + "author": "Casey Sparks ", + "license": "MIT", + "repository": "https://github.com/transnat/recipe-airtable", + "config": { + "serviceURL": "https://airtable.com", + "hasTeamId": false, + "hasCustomUrl": false, + "hasNotificationSound": false, + "hasIndirectMessages": false + } +} -- cgit v1.2.3-70-g09d2