forked from Schine/MW-OAuth2Client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.json
34 lines (34 loc) · 829 Bytes
/
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
{
"name": "MW-OAuth2Client",
"version": "0.4",
"author": [
"[http://dekeijzer.org Joost de Keijzer]",
"[https://www.mediawiki.org/wiki/User:Nischayn22 Nischay Nahata]",
"[https://star-made.org Schine GmbH]"
],
"url": "https://www.mediawiki.org/wiki/Extension:OAuth2_Client",
"descriptionmsg": "oauth2client-act-as-a-client-to-any-oauth2-server",
"license-name": "LGPL-3.0",
"type": "other",
"AutoloadClasses": {
"OAuth2ClientHooks": "OAuth2Client.php",
"SpecialOAuth2Client": "SpecialOAuth2Client.php"
},
"ExtensionMessagesFiles": {
"OAuth2ClientAlias": "OAuth2Client.alias.php"
},
"Hooks": {
"PersonalUrls": [
"OAuth2ClientHooks::onPersonalUrls"
]
},
"SpecialPages": {
"OAuth2Client": "SpecialOAuth2Client"
},
"MessagesDirs": {
"MyExtension": [
"i18n"
]
},
"manifest_version": 1
}