{
	"name": "FhGPageEventNotification",
	"version": "1.0.1",
	 "author": [
		"Karin Haenelt"
	  ],
	  "url": "https://inside.fraunhofer.de/MediaWiki_Beispiel",
	  "descriptionmsg": "fhgpageeventnotification-desc",
	  "license-name": "GPL-2.0-or-later",
	  "type": "parserhook",
	  "requires": {
	    "MediaWiki": ">= 1.32.0"
	  },
	"MessagesDirs": {
		"FhGPageEventNotification": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"FhGPageEventNotification": "includes/FhGPageEventNotification.php"
	},
	"Hooks": {
		"PageContentSave": [
			"FhGPageEventNotification::onPageContentSave"
		]
	},
	  "manifest_version": 2
}