forked from Loirooriol/tab-counter-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (37 loc) · 841 Bytes
/
manifest.json
File metadata and controls
37 lines (37 loc) · 841 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
{
"name": "Tab Counter Plus",
"short_name": "Tab Counter",
"author": "Oriol Brufau",
"homepage_url": "https://github.com/Loirooriol/tab-counter-plus",
"version": "2.9.1",
"description": "Shows the number of tabs in each window. Efficient and customizable.",
"manifest_version": 2,
"applications": {
"gecko": {
"id": "tab-counter-plus@Loirooriol",
"strict_min_version": "52.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"],
"persistent": true
}
}