forked from mubaidr/Tab-Manager-opera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (35 loc) · 834 Bytes
/
Copy pathmanifest.json
File metadata and controls
35 lines (35 loc) · 834 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
{
"name" : "Easy Tab Manager",
"description" : "Advance tab and Window management tool.",
"icons" : {
"128" : "img/icon_128.png"
},
"developer" : {
"name" : "mubaidr",
"url" : "https://github.com/mubaidr"
},
"homepage_url" : "https://github.com/mubaidr/Tab-Manager-opera",
"browser_action" : {
"default_title" : "Easy Tab Manager",
"default_popup" : "html/popup.html",
"default_icon" : "img/icon_128.png"
},
"background" : {
"scripts" : ["js/background.js"],
"persistent" : false
},
"version" : "1.12",
"manifest_version" : 2,
"commands" : {
"_execute_browser_action" : {
"suggested_key" : {
"default" : "Ctrl+M",
"windows" : "Ctrl+M",
"mac" : "Command+M",
"linux" : "Ctrl+M"
}
}
},
"permissions" : ["tabs", "history", "http://*/*", "https://*/*"],
"offline_enabled" : true
}