{
	"name": "ReCaptchaNoCaptcha",
	"author": [
		"..."
	],
	"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#ReCaptcha_(NoCaptcha)",
	"descriptionmsg": "renocaptcha-desc",
	"license-name": "GPL-2.0-or-later",
	"type": "antispam",
	"MessagesDirs": {
		"ReCaptchaNoCaptcha": [
			"i18n",
			"i18n/api"
		]
	},
	"AutoloadClasses": {
		"ReCaptchaNoCaptcha": "includes/ReCaptchaNoCaptcha.php",
		"ReCaptchaNoCaptchaHooks": "includes/ReCaptchaNoCaptchaHooks.php",
		"HTMLReCaptchaNoCaptchaField": "includes/HTMLReCaptchaNoCaptchaField.php",
		"ReCaptchaNoCaptchaAuthenticationRequest": "includes/ReCaptchaNoCaptchaAuthenticationRequest.php"
	},
	"config": {
		"CaptchaClass": "ReCaptchaNoCaptcha",
		"ReCaptchaSiteKey": "",
		"ReCaptchaSecretKey": "",
		"ReCaptchaSendRemoteIP": false
	},
	"ResourceFileModulePaths": {
		"localBasePath": "resources",
		"remoteExtPath": "ConfirmEdit/ReCaptchaNoCaptcha/resources"
	},
	"ResourceModules": {
		"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor": {
			"scripts": "ve-confirmedit-reCaptchaNoCaptcha/ve.init.mw.NoCaptchaReCaptchaSaveErrorHandler.js",
			"targets": [ "desktop", "mobile" ]
		}
	},
	"Hooks": {
		"ResourceLoaderGetConfigVars": "ReCaptchaNoCaptchaHooks::onResourceLoaderGetConfigVars"
	},
	"VisualEditorPluginModules": [
		"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor"
	],
	"manifest_version": 1
}
