blob: 7ed317fa47467d5c06ff227940799a513ca1adac [file] [log] [blame]
{
"name": "NamespacePopups",
"version": "0.0.3",
"author": [
"Victor Porton"
],
"url": "https://www.mediawiki.org/wiki/Extension:NamespacePopups",
"license-name": "GPL-2.0+",
"type": "other",
"requires": {
"MediaWiki": ">= 1.28.0",
"extensions": {
"PagePopups": ">= 0.0.1"
}
},
"AutoloadClasses": {
"NamespacePopupsHooks": "NamespacePopups.hooks.php"
},
"Hooks": {
"HtmlPageLinkRendererEnd": [
"NamespacePopupsHooks::onHtmlPageLinkRendererEnd"
],
"ParserAfterTidy": [
"NamespacePopupsHooks::onParserAfterTidy"
]
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "NamespacePopups"
},
"config": {},
"manifest_version": 1
}