aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/harvest/package.json
blob: 74d760644759499576336799d2da360c4cf00582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "harvest",
  "name": "Harvest",
  "version": "1.0.0",
  "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"
  }
}