-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (27 loc) · 726 Bytes
/
manifest.json
File metadata and controls
34 lines (27 loc) · 726 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
{
"manifest_version": 2,
"name": "Tab Flow",
"version": "1.1.2",
"options_page": "options.html",
"permissions": [
"tabs",
"bookmarks"
],
"description": "Tab Flow allows you the freedom to move through your tabs with ease.",
"icons": {
"48" : "images/Tab Flow (48px).png",
"128": "images/Tab Flow (128px).png"
},
"browser_action": {
"default_title": "Tab Flow",
"default_popup": "popup.html",
"default_icon" : {
"19" : "images/Tab Flow (19px).png",
"38" : "images/Tab Flow (38px).png"
}
},
"background": {
"scripts": [ "background.js" ],
"persistent": false
}
}