-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
133 lines (133 loc) · 3 KB
/
manifest.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"manifest_version": 2,
"name": "Grasshopper",
"version": "6398",
"description": "Godspeed You Tab Emperor",
"author": "Merkoba",
"permissions": [
"tabs",
"sessions",
"storage",
"contextualIdentities",
"cookies",
"contextMenus"
],
"optional_permissions": [
"history",
"bookmarks",
"clipboardRead"
],
"icons": {
"128": "img/icon128.png"
},
"background": {
"scripts": [
"background/background.js",
"background/bookmarks_server.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"128": "img/icon128.png"
},
"default_title": "Grasshopper",
"default_popup": "main.html?popup"
},
"sidebar_action": {
"default_title": "Grasshopper",
"default_panel": "main.html?sidebar",
"default_icon": "img/icon128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Space"
},
"description": "Open the popup"
},
"_execute_sidebar_action": {
"suggested_key": {
"default": "Ctrl+Shift+Space"
},
"description": "Toggle the sidebar"
},
"popup_tabs": {
"description": "Open the popup in Tabs mode"
},
"popup_history": {
"description": "Open the popup in History mode"
},
"popup_bookmarks": {
"description": "Open the popup in Bookmarks mode"
},
"popup_closed": {
"description": "Open the popup in Closed mode"
},
"browser_command_1": {
"description": "Browser Command 1"
},
"browser_command_2": {
"description": "Browser Command 2"
},
"browser_command_3": {
"description": "Browser Command 3"
},
"browser_command_4": {
"description": "Browser Command 4"
},
"browser_command_5": {
"description": "Browser Command 5"
},
"browser_command_6": {
"description": "Browser Command 6"
},
"browser_command_7": {
"description": "Browser Command 7"
},
"browser_command_8": {
"description": "Browser Command 8"
},
"browser_command_9": {
"description": "Browser Command 9"
},
"browser_command_10": {
"description": "Browser Command 10"
},
"popup_command_1": {
"description": "Popup Command 1"
},
"popup_command_2": {
"description": "Popup Command 2"
},
"popup_command_3": {
"description": "Popup Command 3"
},
"popup_command_4": {
"description": "Popup Command 4"
},
"popup_command_5": {
"description": "Popup Command 5"
},
"popup_command_6": {
"description": "Popup Command 6"
},
"popup_command_7": {
"description": "Popup Command 7"
},
"popup_command_8": {
"description": "Popup Command 8"
},
"popup_command_9": {
"description": "Popup Command 9"
},
"popup_command_10": {
"description": "Popup Command 10"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{23aee10d-1130-4694-80ef-428e287ba83d}"
}
}
}