forked from freephile/FsHeader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.json
60 lines (60 loc) · 1.42 KB
/
extension.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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "FsHeader",
"author": [
"[https://www.mediawiki.org/wiki/User:GregRundlett Greg Rundlett]"
],
"url": "https://www.mediawiki.org/wiki/Extension:FsHeader",
"descriptionmsg": "fsheader-desc",
"license-name": "GPL-2.0-or-later",
"type": "other",
"requires": {
"MediaWiki": ">= 1.32.0"
},
"AutoloadNamespaces": {
"MediaWiki\\Extension\\FsHeader\\": "includes/"
},
"config": {
"FsHeaderEnableFoo": {
"description": "Enable the Foo feature.",
"value": true
}
},
"Hooks": {
"BeforePageDisplay": "MediaWiki\\Extension\\FsHeader\\Hooks::onBeforePageDisplay",
"SkinTemplateOutputPageBeforeExec": "MediaWiki\\Extension\\FsHeader\\Hooks::onSkinTemplateOutputPageBeforeExec"
},
"MessagesDirs": {
"FsHeader": [
"i18n"
]
},
"ResourceFileModulePaths": {
"localBasePath": "resources",
"remoteExtPath": "FsHeader/resources"
},
"ResourceModules": {
"z.ext.FsHeader.styles": {
"dependencies": [],
"messages": [],
"position": "top",
"styles": ["header.css", "common.css"],
"scripts": [],
"targets": ["desktop", "mobile"]
},
"ext.FsHeader.maps": {
"dependencies": [],
"messages": [],
"styles": [],
"scripts": ["jQuery-rwdImageMaps/jquery.rwdImageMaps.js"],
"targets": ["desktop", "mobile"]
},
"ext.FsHeader.scripts": {
"dependencies": [],
"messages": [],
"styles": [],
"scripts": ["script.js"],
"targets": ["desktop", "mobile"]
}
},
"manifest_version": 2
}