summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ImageMap/extension.json
blob: 76a8dfd0201f3a309618d9f2f635de0890723a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"name": "ImageMap",
	"author": "Tim Starling",
	"url": "https://www.mediawiki.org/wiki/Extension:ImageMap",
	"descriptionmsg": "imagemap_desc",
	"license-name": "GPL-2.0-or-later",
	"type": "parserhook",
	"MessagesDirs": {
		"ImageMap": [
			"i18n"
		]
	},
	"Hooks": {
		"ParserFirstCallInit": [
			"ImageMap::onParserFirstCallInit"
		]
	},
	"AutoloadClasses": {
		"ImageMap": "includes/ImageMap.php"
	},
	"manifest_version": 1
}