You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.3 KiB
JSON

{
"name": "Isekai Offcanvas Toc",
"namemsg": "isekai-offcanvastoc-name",
"author": "Hyperzlib",
"version": "1.0.1",
"url": "https://www.isekai.cn",
"descriptionmsg": "isekai-offcanvastoc-desc",
"license-name": "MIT",
"type": "other",
"requires": {
},
"MessagesDirs": {
"IsekaiOffcanvasToc": [
"i18n"
]
},
"AutoloadNamespaces": {
"Isekai\\OffcanvasToc\\": "includes"
},
"Hooks": {
"BeforePageDisplay": [
"Isekai\\OffcanvasToc\\Hooks::onLoad"
],
"GetPreferences": [
"Isekai\\OffcanvasToc\\Hooks::onGetPreferences"
]
},
"DefaultUserOptions": {
"offcanvas-toc-enabled": true
},
"ResourceModules": {
"ext.isekai.offcanvas-toc": {
"scripts": ["ext.isekai.offcanvas-toc.js"],
"styles": ["ext.isekai.offcanvas-toc.less"],
"dependencies": [
"oojs-ui-core",
"oojs-ui-toolbars",
"oojs-ui.styles.icons-layout"
],
"targets": [
"desktop",
"mobile"
],
"messages": [
"isekai-offcanvastoc-description-item",
"isekai-offcanvastoc-hide-menubutton",
"isekai-offcanvastoc-menubutton-hide-success"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "modules",
"remoteExtPath": "IsekaiOffcanvasToc/modules"
},
"manifest_version": 1
}