{
	"name": "hCaptcha",
	"author": [
		"Sam Reed",
		"..."
	],
	"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit",
	"descriptionmsg": "hcaptcha-desc",
	"license-name": "GPL-2.0-or-later",
	"type": "antispam",
	"MessagesDirs": {
		"hNoCaptcha": [
			"i18n"
		]
	},
	"AutoloadNamespaces": {
		"MediaWiki\\Extensions\\ConfirmEdit\\hCaptcha\\": "includes/"
	},
	"config": {
		"CaptchaClass": {
			"value": "MediaWiki\\Extensions\\ConfirmEdit\\hCaptcha\\HCaptcha"
		},
		"HCaptchaSiteKey": {
			"description": "Sitekey from hCaptcha (requires creating an account)",
			"value": ""
		},
		"HCaptchaSecretKey": {
			"description": "Secret key from hCaptcha (requires creating an account)",
			"value": ""
		},
		"HCaptchaSendRemoteIP": {
			"description": "Whether to send the client's IP address to hCaptcha",
			"value": false
		}
	},
	"manifest_version": 2
}
