forked from muan/github-gmail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.1 KB
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
31
32
33
34
35
{
"name": "github-gmail",
"title": "GitHub for Gmail",
"fullName": "GitHub Notification Helper for Gmail",
"id": "jid1-Zf83KbzewcxGfg",
"description": "Add links to GitHub threads and shortcuts to your Gmail interface.",
"author": "Mu-An Chiou",
"preferences": [{
"name": "Domains",
"title": "Domains",
"description": "Specify GitHub enterprise domain, or other domains you'd like to grab links for. There's no need to add github.com, protocol is also not required unless you'd like to be explicit.",
"type": "string",
"value": ""
},{
"name": "Shortcut",
"title": "Shortcut",
"description": "The shortcut that triggers button clicking on the mail view.",
"type": "string",
"value": "shift + 71"
},{
"name": "backgroundShortcut",
"title": "backgroundShortcut",
"type": "string",
"value": "shift + 66",
"hidden": true
},{
"name": "RegExp",
"title": "RegExp",
"description": "Custom Regular Expression for matching labeled Organization name.",
"type": "string",
"value": "^\\((.+)\\)"
}],
"license": "MIT",
"version": "0.1.1"
}