aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/protonet/package.json
blob: 6c4f6e9c3e761e4f75651cd4b893ec027850fa39 (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.2",
  "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
  }
}