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.

55 lines
1.1 KiB
JSON

3 years ago
{
"name": "Isekai Offcanvas Toc",
"namemsg": "isekai-offcanvastoc-name",
"author": "Hyperzlib",
"version": "1.0.0",
"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
3 years ago
},
"ResourceModules": {
"ext.isekai.offcanvas-toc": {
"scripts": ["ext.isekai.offcanvas-toc.js"],
"styles": ["ext.isekai.offcanvas-toc.less"],
"dependencies": [
"oojs-ui-core",
"oojs-ui-windows"
],
"targets": [
"desktop",
"mobile"
],
"messages": [
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "modules",
"remoteExtPath": "IsekaiOffcanvasToc/modules"
},
"manifest_version": 1
}