aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pocket
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-09-22 20:56:48 +0200
committerLibravatar GitHub <noreply@github.com>2020-09-22 19:56:48 +0100
commit6f5e4a00588aefdda7a5a1cfe70935870e7e234a (patch)
tree9e29aa7aa0620a1a4a968ff8739b4b8ba96791a9 /recipes/pocket
parentUpdated logos for Outlook/OWA (diff)
downloadferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.tar.gz
ferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.tar.zst
ferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.zip
Unpack recipes and update recipes icons (#292)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'recipes/pocket')
-rw-r--r--recipes/pocket/LICENSE7
-rw-r--r--recipes/pocket/README.md19
-rw-r--r--recipes/pocket/icon.pngbin0 -> 22809 bytes
-rw-r--r--recipes/pocket/icon.svg6
-rw-r--r--recipes/pocket/index.js4
-rw-r--r--recipes/pocket/package.json12
-rw-r--r--recipes/pocket/webview.js2
7 files changed, 50 insertions, 0 deletions
diff --git a/recipes/pocket/LICENSE b/recipes/pocket/LICENSE
new file mode 100644
index 0000000..1825fb4
--- /dev/null
+++ b/recipes/pocket/LICENSE
@@ -0,0 +1,7 @@
1Copyright 2017 Diego Bersanetti
2
3Permission 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:
4
5The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
7THE 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/pocket/README.md b/recipes/pocket/README.md
new file mode 100644
index 0000000..e44f4a9
--- /dev/null
+++ b/recipes/pocket/README.md
@@ -0,0 +1,19 @@
1# Pocket Franz Plugin
2
3## Requirements
4This recipe only works for Franz 5.X, get it now at http://meetfranz.com
5
6## Installation
7
81. Clone/download the folder `recipe-franz-pocket`.
9
102. Open the Franz Recipe folder on your machine:
11 * Mac: `~/Library/Application Support/Franz/recipes/`
12 * Windows: `%appdata%/Franz/recipes/`
13 * Linux: `~/.config/Franz/recipes/`
14
153. Create a `dev` folder if you have not already done so
16
173. Unzip and copy the `recipe-franz-pocket` folder into the recipes dev directory
18
194. Restart Franz
diff --git a/recipes/pocket/icon.png b/recipes/pocket/icon.png
new file mode 100644
index 0000000..cf411c9
--- /dev/null
+++ b/recipes/pocket/icon.png
Binary files differ
diff --git a/recipes/pocket/icon.svg b/recipes/pocket/icon.svg
new file mode 100644
index 0000000..df1c3f8
--- /dev/null
+++ b/recipes/pocket/icon.svg
@@ -0,0 +1,6 @@
1<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48 48" version="1.1" width="1024" height="1024">
2<g id="surface1">
3<path style=" fill:#F50057;" d="M 24 41 C 13.5 41 5 32.5 5 22 L 5 9.898438 C 5 8.300781 6.300781 7 7.898438 7 L 40.101563 7 C 41.699219 7 43 8.300781 43 9.898438 L 43 22 C 43 32.5 34.5 41 24 41 Z "/>
4<path style=" fill:#FFFFFF;" d="M 24 31 C 23.398438 31 22.699219 30.800781 22.199219 30.300781 L 12.699219 20.800781 C 11.699219 19.800781 11.699219 18.199219 12.699219 17.300781 C 13.699219 16.300781 15.300781 16.300781 16.199219 17.300781 L 24 25 L 31.699219 17.300781 C 32.699219 16.300781 34.300781 16.300781 35.199219 17.300781 C 36.199219 18.300781 36.199219 19.898438 35.199219 20.800781 L 25.699219 30.300781 C 25.300781 30.800781 24.601563 31 24 31 Z "/>
5</g>
6</svg>
diff --git a/recipes/pocket/index.js b/recipes/pocket/index.js
new file mode 100644
index 0000000..d543fce
--- /dev/null
+++ b/recipes/pocket/index.js
@@ -0,0 +1,4 @@
1"use strict";
2
3module.exports = Franz => Franz;
4//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInBvY2tldC9pbmRleC5qcyJdLCJuYW1lcyI6WyJtb2R1bGUiLCJleHBvcnRzIiwiRnJhbnoiXSwibWFwcGluZ3MiOiI7O0FBQUFBLE9BQU9DLE9BQVAsR0FBaUJDLFNBQVNBLEtBQTFCIiwiZmlsZSI6InBvY2tldC9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gRnJhbnogPT4gRnJhbno7XG4iXX0= \ No newline at end of file
diff --git a/recipes/pocket/package.json b/recipes/pocket/package.json
new file mode 100644
index 0000000..6092c9b
--- /dev/null
+++ b/recipes/pocket/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "pocket",
3 "name": "Pocket",
4 "version": "1.0.0",
5 "description": "Pocket",
6 "main": "index.js",
7 "author": "Diego bersanetti <diego.bersanetti@gmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://getpocket.com/a/queue/list/"
11 }
12}
diff --git a/recipes/pocket/webview.js b/recipes/pocket/webview.js
new file mode 100644
index 0000000..c0f2a3c
--- /dev/null
+++ b/recipes/pocket/webview.js
@@ -0,0 +1,2 @@
1"use strict";
2//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJwb2NrZXQvd2Vidmlldy5qcyIsInNvdXJjZXNDb250ZW50IjpbXX0= \ No newline at end of file