Current File : /home/jvzmxxx/wiki1/extensions/ConfirmEdit/ReCaptcha/extension.json
{
	"name": "ReCaptcha",
	"ExtensionFunctions": [
		"ConfirmEditHooks::efReCaptcha"
	],
	"MessagesDirs": {
		"ReCaptcha": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"ReCaptcha": "ReCaptcha.class.php",
		"HTMLReCaptchaField": "HTMLReCaptchaField.php",
		"HTMLSubmittedValueField": "HTMLSubmittedValueField.php",
		"ReCaptchaAuthenticationRequest": "ReCaptchaAuthenticationRequest.php"
	},
	"config": {
		"CaptchaClass": "ReCaptcha",
		"ReCaptchaPublicKey": "",
		"ReCaptchaPrivateKey": "",
		"ReCaptchaTheme": "red"
	},
	"callback": "ConfirmEditHooks::onReCaptchaSetup",
	"manifest_version": 1
}