-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.json
59 lines (59 loc) · 1.4 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
{
"name": "CheckoutPage",
"version": "0.0.1",
"author": "Edward Chernenko",
"url": "",
"descriptionmsg": "checkoutpage-desc",
"type": "specialpage",
"SpecialPages": {
"CheckoutPage": "SpecialCheckoutPage"
},
"AutoloadClasses": {
"ApiQueryCheckoutStatus": "includes/api/ApiQueryCheckoutStatus.php",
"CheckoutPage": "includes/CheckoutPage.php",
"CheckoutPageHooks": "includes/CheckoutPageHooks.php",
"CheckoutPageStatus": "includes/CheckoutPageStatus.php",
"CheckoutPageUserList": "includes/CheckoutPageUserList.php",
"SpecialCheckoutPage": "includes/SpecialCheckoutPage.php"
},
"ExtensionMessagesFiles": {
"CheckoutPageAlias": "CheckoutPage.alias.php",
"CheckoutPageMagic": "CheckoutPage.i18n.magic.php"
},
"MessagesDirs": {
"CheckoutPage": [
"i18n",
"includes/api/i18n"
]
},
"Hooks": {
"ParserFirstCallInit": "CheckoutPageHooks::onParserFirstCallInit"
},
"APIPropModules": {
"checkoutstatus": "ApiQueryCheckoutStatus"
},
"ResourceFileModulePaths": {
"localBasePath": "modules",
"remoteExtPath": "CheckoutPage/modules"
},
"ResourceModules": {
"ext.checkoutpage.status": {
"scripts": "ext.checkoutpage.status.js",
"targets": [
"desktop",
"mobile"
],
"dependencies": [
"mediawiki.api"
]
},
"ext.checkoutpage.status.css": {
"styles": "ext.checkoutpage.status.css",
"targets": [
"desktop",
"mobile"
]
}
},
"manifest_version": 2
}