aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/teamleader/package.json
blob: 6988d6a1ca891a9d603e9c2f5939364a082e7cf5 (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
24
{
  "id": "teamleader",
  "name": "teamleader",
  "version": "1.0.1",
  "description": "teamleader",
  "main": "index.js",
  "author": "Rias Van der Veken <hello@rias.be>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://app.teamleader.eu/?gotologin",
    "serviceName": "Teamleader",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}