aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/toggl/package.json
blob: 88c645b8757fa75c88d91ad8d8c28ff80c648f6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "id": "toggl",
  "name": "toggl",
  "version": "1.0.2",
  "description": "toggl",
  "main": "index.js",
  "author": "exampleman <franzplugin@example.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://www.toggl.com/app/timer",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "hasPredefinedUrl": true,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}