aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/harvest/package.json
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/harvest/package.json
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/harvest/package.json')
-rw-r--r--recipes/harvest/package.json15
1 files changed, 15 insertions, 0 deletions
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