{
  "name": "NoTOCModern",
  "version": "2.0",
  "author": [
    "Gota de agua"
  ],
  "url": "https://www.mediawiki.org/wiki/Extension:NoTOCModern",
  "descriptionmsg": "notocmodern-desc",
  "license-name": "MIT",
  "type": "other",
  "requires": {
    "MediaWiki": ">= 1.39.0"
  },
  "AutoloadClasses": {
    "NoTOCModernHooks": "includes/Hooks.php"
  },
  "Hooks": {
    "ParserBeforeInternalParse": "NoTOCModernHooks::onParserBeforeInternalParse",
    "BeforePageDisplay": "NoTOCModernHooks::onBeforePageDisplay"
  },
  "config": {
    "NoTOCModernHideSpecialPages": {
      "value": false,
      "description": "If true, hides the table of contents on special pages."
    }
  },
  "MessagesDirs": {
    "NoTOCModern": [
      "i18n"
    ]
  },
  "manifest_version": 2
}
