From ecca1fbdac9a3baf60f938bf9f4c8b752a431208 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 25 May 2021 14:14:42 +0530 Subject: Added harvest recipe --- recipes/harvest/package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/harvest/package.json (limited to 'recipes/harvest/package.json') 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 @@ +{ + "id": "harvest", + "name": "Harvest", + "version": "1.0.0", + "description": "A recipe to integrate Harvest with Franz.app.", + "main": "index.js", + "author": "Jonathan Simcoe ", + "license": "MIT", + "config": { + "serviceURL": "https://{teamId}.harvestapp.com", + "openDevTools": true, + "hasTeamId": true, + "urlInputSuffix": ".harvestapp.com" + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2