-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.32 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "linkvisitor",
"title": "Link Visitor",
"id": "{9C013B6E-46FC-11DD-B644-FC4D56D89593}",
"description": "Mark link(s) as visited or unvisited",
"author": "Kevin Milburn",
"license": "MPL 1.1",
"version": "4.0.1",
"preferences-branch" : "linkvisitor",
"preferences": [{
"name": "bookmarksVisited",
"title": "Always Mark Bookmarks as Visited",
"type": "bool",
"value": false
},
{
"name": "visitSelectedKey",
"title": "visitSelectedKey",
"type": "string",
"value": "accel-f3"
},
{
"name": "unvisitSelectedKey",
"title": "unvisitSelectedKey",
"type": "string",
"value": "alt-f3"
},
{
"name": "visitAllKey",
"title": "visitAllKey",
"type": "string",
"value": "accel-f2"
},
{
"name": "unvisitAllKey",
"title": "unvisitAllKey",
"type": "string",
"value": "alt-f2"
},
{
"name": "showInToolbar",
"title": "showInToolbar",
"type": "bool",
"value": false
},
{
"name": "doOverrideColour",
"title": "doOverrideColour",
"type": "bool",
"value": false
},
{
"name": "overrideColour",
"title": "overrideColour",
"type": "color",
"value": "#6600CC"
},
{
"name": "overrideExceptions",
"title": "overrideExceptions",
"type": "string",
"value": ""
}]
}