forked from chaiko/tab_menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
38 lines (31 loc) · 749 Bytes
/
Copy pathmanifest.json
File metadata and controls
38 lines (31 loc) · 749 Bytes
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
{
"manifest_version": 2,
"name": "Tab Menu",
"description": "A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.",
"version": "9.0.3",
"browser_action": {
"default_icon": {
"16": "16.png",
"32": "35.png",
"48": "48.png",
"128": "128.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": ["background.js"]
},
"options_ui": {
"page": "options.html",
"chrome_style": true,
"open_in_tab": false
},
"icons": {
"16": "16.png",
"32": "35.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [ "tabs", "storage", "contextMenus" ],
"update_url": "https://clients2.google.com/service/update2/crx"
}