-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest-firefox.json
37 lines (37 loc) · 932 Bytes
/
manifest-firefox.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": "Force English Content",
"version": "5.0.0",
"description": "Forces localised web pages with poor or outdated translations to redirect to the original English content.",
"homepage_url": "https://github.com/mdesantis/force-english-content",
"author": "Maurizio De Santis",
"browser_specific_settings": {
"gecko": {
"id": "{45b75146-960d-47e4-b45f-c642ae8a336d}"
}
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"96": "icon96.png",
"128": "icon128.png"
},
"permissions": [
"webRequest",
"tabs",
"*://docs.microsoft.com/*",
"*://learn.microsoft.com/*",
"*://developer.mozilla.org/*",
"*://*.reactjs.org/*",
"*://developers.facebook.com/*",
"*://www.php.net/*",
"*://docs.python.org/*"
],
"background": {
"scripts": [
"background.js"
]
}
}