{
        "name": "FoundSfShipMap",
        "author": "",
        "url": "https://foundsf.org",
        "descriptionmsg": "Add a processing.js map to a page with a special tag",
        "license-name": "GPL-2.0-or-later",
        "type": "parserhook",
        "requires": {
                "MediaWiki": ">= 1.35.0"
        },
        "MessagesDirs": {
                "FoundSfShipMap": [
                        "i18n"
                ]
        },
        "HookHandlers": {
                "main": {
                        "class": "MediaWiki\\Extension\\FoundSfShipMap\\FoundSfShipMap"
                }
        },
        "Hooks": {
                "ParserFirstCallInit": "FoundSfShipMap::onParserFirstCallInit"
        },
        "AutoloadNamespaces": {
                "MediaWiki\\Extension\\FoundSfShipMap\\": "includes/"
        },
        "manifest_version": 2
}
