aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nomadlist/package.json
blob: 35b552a354af2e31741b0704e7a94c02d60c6b0d (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": "nomadlist",
  "name": "nomadlist",
  "version": "1.0.3",
  "description": "Join 10,000+ people in the community for digital nomads and remote workers",
  "main": "index.js",
  "author": "Nomad List <hello@nomadlist.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://nomadlist.com/chat",
    "serviceName": "Nomad List",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": true,
    "customURL": true,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}