-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmanifest.json
37 lines (31 loc) · 1012 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
{
"manifest_version": 2,
"name": "UltimaDark",
"version": "1.6.12",
"description": "The extension uses agressive techniques to get a dark mode everywhere on internet\nThis is still highly experimental so it can also ruin your internet experience",
"homepage_url": "https://github.com/ThomazPom/Moz-Ext-UltimaDark",
"icons": {
"48": "icons/48.png",
"96": "icons/2x.png"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "79.0"
},
"gecko_android ": {
"strict_min_version": "42.0"
}
},
"permissions": [
"<all_urls>","tabs","browsingData","webNavigation", "webRequest", "webRequestBlocking","storage","unlimitedStorage"
]
,
"browser_action": {
"default_icon": "icons/38.png",
"default_title": "UltimaDark is active",
"default_popup": "popup.html?mode=uDark-popup"
},
"background": {
"scripts": ["fakeContentScriptClass.js","backgroundClass.js","Listeners.js","background.js","uDarkEncoder.js"]
}
}