aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/protonet/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/protonet/package.json')
-rwxr-xr-xrecipes/protonet/package.json21
1 files changed, 2 insertions, 19 deletions
diff --git a/recipes/protonet/package.json b/recipes/protonet/package.json
index 6c4f6e9..75d2175 100755
--- a/recipes/protonet/package.json
+++ b/recipes/protonet/package.json
@@ -1,28 +1,11 @@
1{ 1{
2 "id": "protonet", 2 "id": "protonet",
3 "name": "protonet", 3 "name": "protonet",
4 "version": "1.0.2", 4 "version": "1.0.3",
5 "description": "Protonet",
6 "main": "index.js",
7 "author": "Joschka Schulz",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://{teamID}.protonet.info", 7 "serviceURL": "https://{teamID}.protonet.info",
11 "serviceName": "Protonet",
12 "message": "",
13 "popup": [],
14 "hasNotificationSound": true, 8 "hasNotificationSound": true,
15 "hasIndirectMessages": false, 9 "hasTeamId": true
16 "hasTeamID": true,
17 "wording": {
18 "url": "protonet.info",
19 "team": "Protonet"
20 },
21 "customURL": false,
22 "hostedOnly": false,
23 "webviewOptions": {
24 "disablewebsecurity": ""
25 },
26 "openDevTools": false
27 } 10 }
28} 11}