From 728d339739b63e9bb59e457e4a84fe9a65b93fc9 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 28 Sep 2019 12:10:25 +0200 Subject: Add uncompressed recipes --- uncompressed/googlekeep/LICENSE | 7 +++++++ uncompressed/googlekeep/README.md | 19 +++++++++++++++++++ uncompressed/googlekeep/icon.svg | 9 +++++++++ uncompressed/googlekeep/index.js | 4 ++++ uncompressed/googlekeep/package.json | 12 ++++++++++++ uncompressed/googlekeep/webview.js | 2 ++ 6 files changed, 53 insertions(+) create mode 100644 uncompressed/googlekeep/LICENSE create mode 100644 uncompressed/googlekeep/README.md create mode 100644 uncompressed/googlekeep/icon.svg create mode 100644 uncompressed/googlekeep/index.js create mode 100644 uncompressed/googlekeep/package.json create mode 100644 uncompressed/googlekeep/webview.js (limited to 'uncompressed/googlekeep') diff --git a/uncompressed/googlekeep/LICENSE b/uncompressed/googlekeep/LICENSE new file mode 100644 index 0000000..8d55d49 --- /dev/null +++ b/uncompressed/googlekeep/LICENSE @@ -0,0 +1,7 @@ +Copyright 2017 SiloCityLabs LLC + +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/googlekeep/README.md b/uncompressed/googlekeep/README.md new file mode 100644 index 0000000..be8cd79 --- /dev/null +++ b/uncompressed/googlekeep/README.md @@ -0,0 +1,19 @@ +# Google Keep Franz Plugin + +## Requirements +This recipe only works for Franz 5.X, get it now at http://meetfranz.com + +## Installation + +1. Clone/download the folder `recipe-franz-googlekeep`. + +2. Open the Franz Recipe folder on your machine: + * Mac: `~/Library/Application Support/Franz/recipes/` + * Windows: `%appdata%/Franz/recipes/` + * Linux: `~/.config/Franz/recipes/` + +3. Create a `dev` folder if you have not already done so + +3. Unzip and copy the `recipe-franz-googlekeep` folder into the recipes dev directory + +4. Restart Franz diff --git a/uncompressed/googlekeep/icon.svg b/uncompressed/googlekeep/icon.svg new file mode 100644 index 0000000..7ca32ff --- /dev/null +++ b/uncompressed/googlekeep/icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/uncompressed/googlekeep/index.js b/uncompressed/googlekeep/index.js new file mode 100644 index 0000000..d97fcff --- /dev/null +++ b/uncompressed/googlekeep/index.js @@ -0,0 +1,4 @@ +"use strict"; + +module.exports = Franz => Franz; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImdvb2dsZWtlZXAvaW5kZXguanMiXSwibmFtZXMiOlsibW9kdWxlIiwiZXhwb3J0cyIsIkZyYW56Il0sIm1hcHBpbmdzIjoiOztBQUFBQSxPQUFPQyxPQUFQLEdBQWlCQyxTQUFTQSxLQUExQiIsImZpbGUiOiJnb29nbGVrZWVwL2luZGV4LmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSBGcmFueiA9PiBGcmFuejsiXX0= \ No newline at end of file diff --git a/uncompressed/googlekeep/package.json b/uncompressed/googlekeep/package.json new file mode 100644 index 0000000..e3968bc --- /dev/null +++ b/uncompressed/googlekeep/package.json @@ -0,0 +1,12 @@ +{ + "id": "googlekeep", + "name": "Google Keep", + "version": "1.0.0", + "description": "Google Keep", + "main": "index.js", + "author": "SiloCityLabs LLC", + "license": "MIT", + "config": { + "serviceURL": "https://keep.google.com/" + } +} diff --git a/uncompressed/googlekeep/webview.js b/uncompressed/googlekeep/webview.js new file mode 100644 index 0000000..e1c06d0 --- /dev/null +++ b/uncompressed/googlekeep/webview.js @@ -0,0 +1,2 @@ +"use strict"; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJnb29nbGVrZWVwL3dlYnZpZXcuanMiLCJzb3VyY2VzQ29udGVudCI6W119 \ No newline at end of file -- cgit v1.2.3-70-g09d2