aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chatra/package.json
blob: c77b9934eda9af9e5ad108fb5b3d26ca40dffe0d (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": "chatra",
  "name": "chatra",
  "version": "1.0.1",
  "description": "Chatra – Live chat software",
  "main": "index.js",
  "author": "Julien Ma <hello@julienma.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://app.chatra.io/",
    "serviceName": "Chatra",
    "message": "",
    "popup": [],
    "hasTeamID": false,
    "hasNotificationSound": true,
    "hasIndirectMessages": true,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "webpreferences": ""
    },
    "openDevTools": false
  }
}