-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.json
48 lines (48 loc) · 1.44 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
{
"name": "RottweilChameleonExtension",
"author": "Patrick Flaig",
"version": "1.1.0",
"url": "https://github.com/patrickfl/RottweilChameleonExtension",
"license-name": "GPL-3.0-or-later",
"descriptionmsg": "rottweil-skin-desc",
"type": "other",
"requires": {
"MediaWiki": ">= 1.39.0",
"platform": {
"php": ">= 7.4"
},
"skins": {
"chameleon": ">= 4.2"
}
},
"AutoloadClasses": {
"Skins\\Chameleon\\Components\\Aside": "src/Components/Aside.php",
"Skins\\Chameleon\\Components\\Logo": "src/Components/Logo.php",
"Skins\\Chameleon\\Components\\NavigationCenter": "src/Components/NavigationCenter.php",
"Skins\\Chameleon\\Components\\NavigationContent": "src/Components/NavigationContent.php",
"Skins\\Chameleon\\Components\\NavigationTop": "src/Components/NavigationTop.php",
"Skins\\Chameleon\\Components\\Search": "src/Components/Search.php",
"Skins\\Chameleon\\Components\\ToggleButton": "src/Components/ToggleButton.php",
"RottweilChameleonExtensionHooks": "src/Hooks/Hooks.php"
},
"MessagesDirs": {
"RottweilChameleonExtension": [
"i18n"
]
},
"ResourceModules": {
"ext.rottweilchameleon": {
"styles": [
"styles/RottweilSkin.scss"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtensionPath": "RottweilChameleonExtension"
},
"Hooks": {
"SkinSubPageSubtitle": "RottweilChameleonExtensionHooks::onSkinSubPageSubtitle"
},
"manifest_version": 2
}