-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
41 lines (40 loc) · 959 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
37
38
39
40
41
{
"browser_specific_settings": {
"gecko": {
"strict_min_version": "79.0",
"id": "{24b5f6bc-e0d1-4cef-9084-96c9e0743744}"
}
},
"browser_action": {
"default_title": "Tab Reaper",
"default_icon": "icons/tab-reap.svg",
"theme_icons": [
{ "light": "icons/tab-reap-light.svg",
"dark": "icons/tab-reap-dark.svg",
"size": 16
},
{ "light": "icons/tab-reap-light.svg",
"dark": "icons/tab-reap-dark.svg",
"size": 32
} ],
"default_popup": "tabreaper.html"
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage",
"cookies",
"tabs"
],
"icons": {
"48": "icons/tab-reap.svg",
"96": "icons/tab-reap.svg"
},
"default_locale": "en",
"homepage_url": "https://github.com/whitty/tabreaper",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.3.2"
}