-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
37 lines (37 loc) · 809 Bytes
/
extension.json
File metadata and controls
37 lines (37 loc) · 809 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
36
37
{
"name": "CaptchaSettings",
"version": "1.1",
"author": "[https://www.wikiskripta.eu/w/User:Josmart Josef Martiňák]",
"url": "https://bitbucket.org/wikiskripta/captchasettings",
"descriptionmsg": "captchasettings-desc",
"license-name": "MIT",
"type": "specialpage",
"status": "stable",
"requires": {
"MediaWiki": ">= 1.29.0"
},
"SpecialPages": {
"CaptchaSettings": "CaptchaSettings"
},
"MessagesDirs": {
"CaptchaSettings": [
"i18n"
]
},
"AutoloadClasses": {
"CaptchaSettings": "CaptchaSettings_body.php"
},
"ResourceModules": {
"ext.CaptchaSettings": {
"position": "bottom",
"scripts": [
"ext.CaptchaSettings.js"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "resources",
"remoteExtPath": "CaptchaSettings/resources"
},
"manifest_version": 2
}