-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathextension.json
More file actions
35 lines (35 loc) · 816 Bytes
/
extension.json
File metadata and controls
35 lines (35 loc) · 816 Bytes
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
{
"name": "Latest Discussions",
"author": "Julien Leperlier",
"descriptionmsg": "latestdiscussions-desc",
"version": "1.0",
"license-name": "GPL-2.0+",
"type": "other",
"AutoloadClasses": {
"LatestDiscussions": "includes/LatestDiscussions.class.php",
"LatestDiscussionsQueries": "includes/LatestDiscussionsQueries.php",
"LatestDiscussions\\LockDownInterface": "includes/LockDownInterface.php"
},
"SpecialPages": {
},
"MessagesDirs": {
"LatestDiscussions": [
"i18n"
]
},
"ExtensionMessagesFiles": {
"LatestDiscussionsMagic": "LatestDiscussions.i18n.php"
},
"Hooks": {
"ParserFirstCallInit": [
"LatestDiscussions::onParserSetup"
]
},
"ResourceModules": {
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "LatestDiscussions"
},
"manifest_version": 1
}