aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tawk/package.json
blob: 16fbcf17ba594103cb3380fd2e943d0f58b8fe73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "id": "tawk",
  "name": "Tawk.to",
  "version": "1.0.1",
  "description": "Tawk.to",
  "main": "index.js",
  "author": "Brian Gilbert <brian@briangilbert.net>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://dashboard.tawk.to/",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "hasCustomUrl": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    }
  }
}