-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
49 lines (42 loc) · 881 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
42
43
44
45
46
47
48
49
{
"manifest_version": 2,
"name": "Enlight",
"version": "2.7.11.0",
"homepage_url": "https://github.com/Qeole/Enlight",
"description": "__MSG_description__",
"default_locale": "en",
"icons": {
"64": "icons/spot64.png"
},
"browser_action": {
"browser_style": true,
"default_title": "Enlight",
"default_popup": "popup/languages.html",
"theme_icons": [
{
"dark": "icons/lightbulb-dark.svg",
"light": "icons/lightbulb-light.svg",
"size": 64
}
]
},
"background": {
"page": "scripts/background.html"
},
"options_ui": {
"browser_style": true,
"page": "options/ui.html"
},
"permissions": [
"<all_urls>",
"activeTab",
"tabs",
"storage"
],
"applications": {
"gecko": {
"id": "enlight_highlightjs@jetpack",
"strict_min_version": "57.0"
}
}
}