aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/easy-redmine/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-20 11:08:00 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-20 05:47:40 +0000
commit8a0971ff9f41fdaa1af15e88740ce9479e1ec6ea (patch)
treedbbc5d0bf44f56a1024eae1d9799c47853401e0d /recipes/easy-redmine/package.json
parentRenamed 'glowingbear' --> 'glowing-bear' and 'ex-google-voice' --> 'google-vo... (diff)
downloadferdium-recipes-8a0971ff9f41fdaa1af15e88740ce9479e1ec6ea.tar.gz
ferdium-recipes-8a0971ff9f41fdaa1af15e88740ce9479e1ec6ea.tar.zst
ferdium-recipes-8a0971ff9f41fdaa1af15e88740ce9479e1ec6ea.zip
Added new services
- 'air-droid' - 'basecamp' - 'box' - 'buffer' - 'chatra' - 'easy-redmine' - 'feedbin' - 'iCloud' - 'jollor' - 'nomadlist' - 'paymo' - 'pivotal-tracker' - 'plan' - 'podio' - 'protonet' - 'teamleader'
Diffstat (limited to 'recipes/easy-redmine/package.json')
-rw-r--r--recipes/easy-redmine/package.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes/easy-redmine/package.json b/recipes/easy-redmine/package.json
new file mode 100644
index 0000000..c77c120
--- /dev/null
+++ b/recipes/easy-redmine/package.json
@@ -0,0 +1,30 @@
1{
2 "id": "easy-redmine",
3 "name": "easy-redmine",
4 "version": "1.0.0",
5 "description": "easy redmine",
6 "main": "index.js",
7 "author": "Carlos Clavero <cclavero@kyos.es>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://{teamID}.easyredmine.com",
11 "serviceName": "EasyRedmine",
12 "popup": [
13 "^https:\/\/([a-zA-Z0-9\\-]*).easyredmine.com"
14 ],
15 "wording": {
16 "url": "easyredmine.com",
17 "team": "easyredmine"
18 },
19 "message": "",
20 "hasNotificationSound": false,
21 "hasIndirectMessages": false,
22 "hasTeamID": true,
23 "customURL": false,
24 "hostedOnly": false,
25 "webviewOptions": {
26 "disablewebsecurity": ""
27 },
28 "openDevTools": false
29 }
30}