-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
49 lines (49 loc) · 1.35 KB
/
extension.json
File metadata and controls
49 lines (49 loc) · 1.35 KB
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
{
"name": "wikifab/CustomRecentChanges",
"author": "Brendan Poirier",
"description": "Redesign of the RecentChanges page",
"license-name": "GPL-2.0+",
"type": "ext",
"AutoloadClasses": {
"CustomRecentChanges\\Specials\\SpecialCustomRecentChanges": "includes/specials/SpecialCustomRecentChanges.php",
"CustomRecentChanges\\Changes\\CustomRecentChangesList": "includes/changes/CustomRecentChangesList.php"
},
"SpecialPages": {
"CustomRecentChanges": "CustomRecentChanges\\Specials\\SpecialCustomRecentChanges"
},
"ResourceModules": {
"ext.CustomRecentChanges.css":{
"styles": [
"resources/css/style.css"
]
},
"ext.CustomRecentChanges.js":{
"scripts": [
"resources/js/main.js"
]
}
},
"ExtensionMessagesFiles": {
"CustomRecentChangesAlias": "i18n/CustomRecentChangesAlias.php"
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "CustomRecentChanges"
},
"MessagesDirs": {
"RecentChanges": [
"i18n"
]
},
"config": {
"RCNamespacesList": [
0,
2,
6,
14,
220
],
"RCNamespacesListIgnored": []
},
"manifest_version": 1
}