{
	"name": "EditNotify",
	"version": "1.0.0",
	"author": [
		"Abhinand"
	],
	"url": "https://www.mediawiki.org/wiki/Extension:EditNotify",
	"descriptionmsg": "editnotify-desc",
	"license-name": "MIT",
	"type": "other",
	"AutoloadClasses": {
		"EditNotifyHooks": "EditNotify.hooks.php",
		"ENPageStructure": "includes/ENPageStructure.php",
		"ENPageComponent": "includes/ENPageStructure.php",
		"EchoEditNotifyPresentationModel": "includes/EchoEditNotifyPresentationModel.php",
		"EchoEditNotifyNamespacePresentationModel": "includes/EchoEditNotifyNamespacePresentationModel.php",
		"EchoEditNotifyCategoryPresentationModel": "includes/EchoEditNotifyCategoryPresentationModel.php",
		"EchoEditNotifyTemplatePresentationModel": "includes/EchoEditNotifyTemplatePresentationModel.php",
		"EchoEditNotifyTemplateNamespacePresentationModel": "includes/EchoEditNotifyTemplateNamespacePresentationModel.php",
		"EchoEditNotifyTemplateCategoryPresentationModel": "includes/EchoEditNotifyTemplateCategoryPresentationModel.php",
		"EchoEditNotifyTemplateValuePresentationModel": "includes/EchoEditNotifyTemplateValuePresentationModel.php",
		"EchoEditNotifyTemplateValueNamespacePresentationModel": "includes/EchoEditNotifyTemplateValueNamespacePresentationModel.php",
		"EchoEditNotifyTemplateValueCategoryPresentationModel": "includes/EchoEditNotifyTemplateValueCategoryPresentationModel.php",
		"EchoEditNotifyPageCreatePresentationModel": "includes/EchoEditNotifyPageCreatePresentationModel.php",
		"EchoEditNotifyFormatter": "includes/formatters/EchoEditNotifyFormatter.php",
		"EchoEditNotifyPageCreateFormatter": "includes/formatters/EchoEditNotifyPageCreateFormatter.php",
		"EchoEditNotifyTemplateFormatter": "includes/formatters/EchoEditNotifyTemplateFormatter.php"
	},
	"config": {
		"EditNotifyEnableFoo": true
	},
	"ExtensionMessagesFiles": {
		"EditNotifyAlias": "EditNotify.i18n.alias.php"
	},
	"Hooks": {
		"BeforeCreateEchoEvent": [
			"EditNotifyHooks::onBeforeCreateEchoEvent"
		],
		"EchoGetDefaultNotifiedUsers": [
			"EditNotifyHooks::onEchoGetDefaultNotifiedUsers"
		],
		"PageContentSave": [
			"EditNotifyHooks::onPageContentSave"
		],
		"PageContentInsertComplete": [
			"EditNotifyHooks::onPageContentInsertComplete"
		]
	},
	"MessagesDirs": {
		"EditNotify": [
			"i18n"
		]
	},
	"ResourceModules": {
		"ext.editNotify.foo": {
			"scripts": [],
			"styles": [],
			"messages": [],
			"dependencies": []
		}
	},
	"ResourceFileModulePaths": {
		"localBasePath": "",
		"remoteExtPath": "EditNotify"
	},
	"manifest_version": 1
}
