-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
31 lines (31 loc) · 858 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
{
"manifest_version": 2,
"name": "Classic mode for Wikipedia",
"version": "1.5.2",
"browser_specific_settings": {
"gecko": {
"strict_min_version": "52.0",
"id": "{231c59cf-2c20-4290-b421-b351d769ff4b}"
}
},
"description": "Get the old & classic Wikipedia layout back, pre-January 2023. Also works with some other popular Wikimedia projects (Wikimedia Commons, Wiktionary, Wikisource, and more).",
"homepage_url": "https://jeanbaptisteb.github.io/classic_wikipedia/",
"icons": {
"48": "back.svg"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://*.wikipedia.org/*",
"*://commons.wikimedia.org/*",
"*://*.wiktionary.org/*",
"*://*.wikisource.org/*",
"*://*.wikidata.org/*",
"*://*.mediawiki.org/*"
],
"background": {
"scripts": [
"background.js"
]
}
}