forked from Loirooriol/tab-counter-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
36 lines (36 loc) · 816 Bytes
/
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
{
"name": "Tab Counter Wide",
"short_name": "Tab Counter Wide",
"author": "Jonathon Merz",
"homepage_url": "https://github.com/jmmerz/tab-counter-wide",
"version": "1.4.1",
"description": "Shows the number of tabs in each window and current tab index.",
"manifest_version": 2,
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "62.0"
}
},
"icons": {
"16": "icon16.gif",
"64": "icon.svg"
},
"permissions": [
"storage"
],
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "icon16.gif",
"64": "icon.svg"
},
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html"
},
"background": {
"scripts": ["windowId-polyfill.js", "background.js"]
}
}