aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/harvest/package.json
blob: 82def3aeb7ffdd2b78ef48e5ca1f7c164fdf7b24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "harvest",
  "name": "Harvest",
  "version": "1.0.1",
  "description": "A recipe to integrate Harvest with Franz.app.",
  "main": "index.js",
  "author": "Jonathan Simcoe <jonathan@postpost.design>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamId}.harvestapp.com",
    "openDevTools": true,
    "hasTeamId": true,
    "urlInputSuffix": ".harvestapp.com"
  }
}