aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/protonet/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/protonet/package.json')
-rwxr-xr-xrecipes/protonet/package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/protonet/package.json b/recipes/protonet/package.json
new file mode 100755
index 0000000..47c1239
--- /dev/null
+++ b/recipes/protonet/package.json
@@ -0,0 +1,28 @@
1{
2 "id": "protonet",
3 "name": "protonet",
4 "version": "1.0.1",
5 "description": "Protonet",
6 "main": "index.js",
7 "author": "Joschka Schulz",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://{teamID}.protonet.info",
11 "serviceName": "Protonet",
12 "message": "",
13 "popup": [],
14 "hasNotificationSound": true,
15 "hasIndirectMessages": false,
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 }
28}