-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
32 lines (32 loc) · 849 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
{
"manifest_version": 2,
"name": "Wikipedia MonoBook Skin Redirect",
"version": "1",
"description": "Redirects Wikipedia articles to the MonoBook theme version of the page. Forked from https://addons.mozilla.org/en-US/firefox/addon/wikipedia-vector-skin/",
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"*://*.mediawiki.org/*",
"*://*.wikipedia.org/*",
"*://*.wiktionary.org/*",
"*://*.wikiquote.org/*",
"*://*.wikiversity.org/*",
"*://*.wikivoyage.org/*",
"*://*.wikimedia.org/*",
"*://*.wikidata.org/*",
"*://*.wikinews.org/*",
"*://*.wikisource.org/*",
"*://*.wikibooks.org/*"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{ebe73c0d-b0fd-4f1c-ac90-64ccc950bb0d}"
}
}
}