{
	"name": "HitCounters",
	"namemsg": "hitcounters-extensionname",
	"version": "0.3",
	"author": [
		"[//mwstake.org Mark A. Hershberger]"
	],
	"url": "https://www.mediawiki.org/wiki/Extension:HitCounters",
	"descriptionmsg": "hitcounters-desc",
	"type": "variable",
	"license-name": "GPL-3.0+",
	"MessagesDirs": {
		"HitCounters": [
			"i18n"
		]
	},
	"ExtensionMessagesFiles": {
		"HitCountersMagic": "HitCounters.i18n.magic.php",
		"HitCountersAlias": "HitCounters.i18n.alias.php"
	},
	"SpecialPages": {
		"PopularPages": "SpecialPopularPages"
	},
	"Hooks": {
		"SpecialPage_initList": [
			"HitCounters\\Hooks::onSpecialPage_initList"
		],
		"SpecialStatsAddExtra": [
			"HitCounters\\Hooks::onSpecialStatsAddExtra"
		],
		"LoadExtensionSchemaUpdates": [
			"HitCounters\\Hooks::onLoadExtensionSchemaUpdates"
		],
		"MagicWordwgVariableIDs": [
			"HitCounters\\Hooks::onMagicWordwgVariableIDs"
		],
		"ParserGetVariableValueSwitch": [
			"HitCounters\\Hooks::onParserGetVariableValueSwitch"
		],
		"ParserFirstCallInit": [
			"HitCounters\\Hooks::onParserFirstCallInit"
		],
		"PageViewUpdates": [
			"HitCounters\\Hooks::onPageViewUpdates"
		],
		"SkinTemplateOutputPageBeforeExec": [
			"HitCounters\\Hooks::onSkinTemplateOutputPageBeforeExec"
		]
	},
	"AutoloadClasses": {
		"HitCounters\\Hooks": "HitCounters.hooks.php",
		"HitCounters\\HitCounters": "HitCounters.body.php",
		"ViewCountUpdate": "ViewCountUpdate.php",
		"HitCounters\\SpecialPopularPages": "SpecialPopularPages.php",
		"HitCounters\\HCUpdater": "HCUpdater.php"
	},
	"config": {
		"HitcounterUpdateFreq": 1,
		"DisableCounters": false
	},
	"manifest_version": 1
}
