aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/protonet/package.json
blob: 47c12392d105b2466ee37c816ce937ff77baf91e (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
25
26
27
28
{
  "id": "protonet",
  "name": "protonet",
  "version": "1.0.1",
  "description": "Protonet",
  "main": "index.js",
  "author": "Joschka Schulz",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamID}.protonet.info",
    "serviceName": "Protonet",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": true,
    "wording": {
        "url": "protonet.info",
        "team": "Protonet"
    },
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}