Current File : /home/jvzmxxx/wiki1/extensions/ImageMap/extension.json
{
	"name": "ImageMap",
	"author": "Tim Starling",
	"url": "https://www.mediawiki.org/wiki/Extension:ImageMap",
	"descriptionmsg": "imagemap_desc",
	"license-name": "GPL-2.0+",
	"type": "parserhook",
	"MessagesDirs": {
		"ImageMap": [
			"i18n"
		]
	},
	"Hooks": {
		"ParserFirstCallInit": [
			"ImageMap::onParserFirstCallInit"
		]
	},
	"AutoloadClasses": {
		"ImageMap": "ImageMap_body.php"
	},
	"ParserTestFiles": [
		"imageMapParserTests.txt"
	],
	"manifest_version": 1
}