aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/easy-redmine/package.json
blob: c77c120e595aabce1faebbbfc37f3696bfe2ee5c (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.0",
  "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
  }
}