aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nomadlist/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nomadlist/package.json')
-rw-r--r--recipes/nomadlist/package.json17
1 files changed, 2 insertions, 15 deletions
diff --git a/recipes/nomadlist/package.json b/recipes/nomadlist/package.json
index 35b552a..e9189a1 100644
--- a/recipes/nomadlist/package.json
+++ b/recipes/nomadlist/package.json
@@ -1,24 +1,11 @@
1{ 1{
2 "id": "nomadlist", 2 "id": "nomadlist",
3 "name": "nomadlist", 3 "name": "nomadlist",
4 "version": "1.0.3", 4 "version": "1.0.4",
5 "description": "Join 10,000+ people in the community for digital nomads and remote workers",
6 "main": "index.js",
7 "author": "Nomad List <hello@nomadlist.com>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://nomadlist.com/chat", 7 "serviceURL": "https://nomadlist.com/chat",
11 "serviceName": "Nomad List",
12 "message": "",
13 "popup": [],
14 "hasNotificationSound": true, 8 "hasNotificationSound": true,
15 "hasIndirectMessages": false, 9 "hasTeamId": true
16 "hasTeamID": true,
17 "customURL": true,
18 "hostedOnly": false,
19 "webviewOptions": {
20 "disablewebsecurity": ""
21 },
22 "openDevTools": false
23 } 10 }
24} 11}