aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/easy-redmine/package.json
blob: 1936488e8f8c3eceeaa508570460c7ef3c2558ac (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
29
30
{
  "id": "easy-redmine",
  "name": "easy-redmine",
  "version": "1.0.1",
  "description": "easy redmine",
  "main": "index.js",
  "author": "Carlos Clavero <cclavero@kyos.es>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamID}.easyredmine.com",
    "serviceName": "EasyRedmine",
    "popup": [
      "^https://([a-zA-Z0-9\\-]*).easyredmine.com"
    ],
    "wording": {
      "url": "easyredmine.com",
      "team": "easyredmine"
    },
    "message": "",
    "hasNotificationSound": false,
    "hasIndirectMessages": false,
    "hasTeamID": true,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}