-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmanifest.json
More file actions
32 lines (28 loc) · 688 Bytes
/
manifest.json
File metadata and controls
32 lines (28 loc) · 688 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
{
"manifest_version": 2,
"name": "SplitUp! - Tab manager",
"description": "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.",
"version": "1.5.8",
"short_name" : "SplitUp!",
"browser_action": {
"default_icon": "SplitLogo.png",
"default_popup": "popup.html",
"default_title": "SplitUp!"
},
"icons":
{
"128": "SplitLogo.png"
},
"permissions": [
"tabs",
"storage"
],
"commands": {
"_execute_browser_action": {
"description": "Activate extension"
},
"split-up": {
"description": "Split to separate window!"
}
}
}