{
	"name": "archiumzwo",
	"version": "0.0.0",
	"author": [
		"Klaus Wendel"
	],
	"url": "https://www.archium.org/archiumzwo",
	"descriptionmsg": "The second MediaWiki extension from archium",
	"license-name": "GPL-2.0-or-later",
	"type": "other",
	"requires": {
		"MediaWiki": ">= 1.32.0"
	},
	"AutoloadNamespaces": {
		"MediaWiki\\Extension\\BoilerPlate\\": "includes/"
	},
	"config": {
		"BoilerPlateEnableFoo": {
			"description": "Enable the Foo feature.",
			"value": true
		},
		"BoilerPlateVandalizeEachPage": {
			"description": "Write 'BoilerPlate was here' on each page",
			"value": false
		}
	},
	"Hooks": {
		"BeforePageDisplay": "MediaWiki\\Extension\\BoilerPlate\\Hooks::onBeforePageDisplay"
	},
	"MessagesDirs": {
		"BoilerPlate": [
			"i18n"
		]
	},
	"ResourceFileModulePaths": {
		"localBasePath": "resources",
		"remoteExtPath": "BoilerPlate/resources"
	},
	"ResourceModules": {
		"ext.boilerPlate": {
			"dependencies": [],
			"messages": [],
			"styles": [],
			"scripts": []
		}
	},
	"manifest_version": 2
}