aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-25 14:14:42 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-25 14:23:32 +0530
commitecca1fbdac9a3baf60f938bf9f4c8b752a431208 (patch)
tree9582eab3cb03c6d2ba3293a2ab64e0f6c8098276 /recipes
parentFixing unread count in Messenger (diff)
downloadferdium-recipes-ecca1fbdac9a3baf60f938bf9f4c8b752a431208.tar.gz
ferdium-recipes-ecca1fbdac9a3baf60f938bf9f4c8b752a431208.tar.zst
ferdium-recipes-ecca1fbdac9a3baf60f938bf9f4c8b752a431208.zip
Added harvest recipe
Diffstat (limited to 'recipes')
-rw-r--r--recipes/harvest/LICENSE7
-rw-r--r--recipes/harvest/README.md10
-rw-r--r--recipes/harvest/icon.pngbin0 -> 72420 bytes
-rw-r--r--recipes/harvest/icon.svg10
-rw-r--r--recipes/harvest/index.js2
-rw-r--r--recipes/harvest/package.json15
-rw-r--r--recipes/harvest/webview.js1
7 files changed, 45 insertions, 0 deletions
diff --git a/recipes/harvest/LICENSE b/recipes/harvest/LICENSE
new file mode 100644
index 0000000..3bfe034
--- /dev/null
+++ b/recipes/harvest/LICENSE
@@ -0,0 +1,7 @@
1Copyright (c) 2019. PostPost LLC & Jonathan Simcoe.
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. \ No newline at end of file
diff --git a/recipes/harvest/README.md b/recipes/harvest/README.md
new file mode 100644
index 0000000..f36568f
--- /dev/null
+++ b/recipes/harvest/README.md
@@ -0,0 +1,10 @@
1<p align="center">
2 <a href="https://meetfranz.com/">
3 <img alt="Harvest" src="https://cdn-std.dprcdn.net/files/acc_390897/FG6oHo" width="116" />
4 </a>
5</p>
6<h1 align="center">
7 Harvest Recipe for Franz 5
8</h1>
9
10This recipe integrates Harvest with Franz (https://meetfranz.com/) \ No newline at end of file
diff --git a/recipes/harvest/icon.png b/recipes/harvest/icon.png
new file mode 100644
index 0000000..770b25a
--- /dev/null
+++ b/recipes/harvest/icon.png
Binary files differ
diff --git a/recipes/harvest/icon.svg b/recipes/harvest/icon.svg
new file mode 100644
index 0000000..d22e2da
--- /dev/null
+++ b/recipes/harvest/icon.svg
@@ -0,0 +1,10 @@
1<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2<path d="M0 128C0 83.1958 0 60.7937 8.71948 43.6808C16.3893 28.6278 28.6278 16.3893 43.6808 8.71948C60.7937 0 83.1958 0 128 0H384C428.804 0 451.206 0 468.319 8.71948C483.372 16.3893 495.611 28.6278 503.281 43.6808C512 60.7937 512 83.1958 512 128V384C512 428.804 512 451.206 503.281 468.319C495.611 483.372 483.372 495.611 468.319 503.281C451.206 512 428.804 512 384 512H128C83.1958 512 60.7937 512 43.6808 503.281C28.6278 495.611 16.3893 483.372 8.71948 468.319C0 451.206 0 428.804 0 384V128Z" fill="url(#paint0_linear)"/>
3<path d="M149 92H211.129V223.085H300.871V92H363V420H300.871V277.944H211.129V420H149V92Z" fill="white"/>
4<defs>
5<linearGradient id="paint0_linear" x1="256" y1="0" x2="256" y2="512" gradientUnits="userSpaceOnUse">
6<stop stop-color="#FF960E"/>
7<stop offset="1" stop-color="#F35C00"/>
8</linearGradient>
9</defs>
10</svg>
diff --git a/recipes/harvest/index.js b/recipes/harvest/index.js
new file mode 100644
index 0000000..31fc187
--- /dev/null
+++ b/recipes/harvest/index.js
@@ -0,0 +1,2 @@
1'use strict'
2module.exports = Franz => Franz; \ No newline at end of file
diff --git a/recipes/harvest/package.json b/recipes/harvest/package.json
new file mode 100644
index 0000000..74d7606
--- /dev/null
+++ b/recipes/harvest/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "harvest",
3 "name": "Harvest",
4 "version": "1.0.0",
5 "description": "A recipe to integrate Harvest with Franz.app.",
6 "main": "index.js",
7 "author": "Jonathan Simcoe <jonathan@postpost.design>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://{teamId}.harvestapp.com",
11 "openDevTools": true,
12 "hasTeamId": true,
13 "urlInputSuffix": ".harvestapp.com"
14 }
15} \ No newline at end of file
diff --git a/recipes/harvest/webview.js b/recipes/harvest/webview.js
new file mode 100644
index 0000000..ad9a93a
--- /dev/null
+++ b/recipes/harvest/webview.js
@@ -0,0 +1 @@
'use strict';