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.
105 lines
2.2 KiB
JSON
105 lines
2.2 KiB
JSON
3 years ago
|
{
|
||
|
"name": "Isekai wiki",
|
||
|
"author": "Hyperzlib",
|
||
|
"version": "1.0.1",
|
||
|
"url": "https://www.isekai.cn",
|
||
|
"descriptionmsg": "isekai-desc",
|
||
|
"license-name": "ISC",
|
||
|
"type": "other",
|
||
|
"requires": {
|
||
|
|
||
|
},
|
||
|
"MessagesDirs": {
|
||
|
"Isekai": [
|
||
|
"i18n"
|
||
|
]
|
||
|
},
|
||
|
"AutoloadClasses": {
|
||
|
"Isekai\\InfoBox": "InfoBox.class.php",
|
||
|
"Isekai\\IsekaiChart": "IsekaiChart.class.php",
|
||
|
"Isekai\\Isekai": "Isekai.class.php"
|
||
|
},
|
||
|
"ExtensionMessagesFiles": {
|
||
|
"IsekaiMagic": "Isekai.i18n.php"
|
||
|
},
|
||
|
"Hooks": {
|
||
|
"ParserFirstCallInit": [
|
||
|
"Isekai\\InfoBox::onParserSetup",
|
||
|
"Isekai\\IsekaiChart::onParserSetup"
|
||
|
],
|
||
|
"BeforePageDisplay": [
|
||
|
"Isekai\\Isekai::onLoad"
|
||
|
],
|
||
|
"SkinTemplateOutputPageBeforeExec": [
|
||
|
"Isekai\\Isekai::onSkinTemplateOutputPageBeforeExec"
|
||
|
],
|
||
|
"HtmlPageLinkRendererBegin": [
|
||
|
"Isekai\\Isekai::onHtmlPageLinkRendererBegin"
|
||
|
],
|
||
|
"EditPage::attemptSave": [
|
||
|
"Isekai\\Isekai::onAttemptSave"
|
||
|
]
|
||
|
},
|
||
|
"ResourceModules": {
|
||
|
"ext.isekai": {
|
||
|
"scripts": ["ext.isekai.js"],
|
||
|
"dependencies": [
|
||
|
"oojs-ui-core",
|
||
|
"oojs-ui-windows"
|
||
|
],
|
||
|
"targets": [
|
||
|
"desktop",
|
||
|
"mobile"
|
||
|
],
|
||
|
"messages": [
|
||
|
"isekai-collapse-show",
|
||
|
"isekai-collapse-hide",
|
||
|
"isekai-editor-prompt-content",
|
||
|
"isekai-editor-prompt-btn-cancel",
|
||
|
"isekai-editor-prompt-btn-use-mobile",
|
||
|
"isekai-editor-prompt-btn-use-desktop",
|
||
|
"isekai-login-prompt-content",
|
||
|
"isekai-login-prompt-btn-login",
|
||
|
"isekai-login-prompt-btn-createaccount",
|
||
|
"isekai-login-prompt-btn-cancel",
|
||
|
"nav-login-createaccount"
|
||
|
]
|
||
|
},
|
||
|
"ext.isekai.styles": {
|
||
|
"styles": ["ext.isekai.less"],
|
||
|
"targets": [
|
||
|
"desktop",
|
||
|
"mobile"
|
||
|
]
|
||
|
},
|
||
|
"ext.fontawesome": {
|
||
|
"styles": [
|
||
|
"font-awesome.less"
|
||
|
],
|
||
|
"targets": [
|
||
|
"desktop",
|
||
|
"mobile"
|
||
|
]
|
||
|
},
|
||
|
"lib.isekai.echarts": {
|
||
|
"scripts": ["lib/echarts.custom.min.js"]
|
||
|
},
|
||
|
"ext.isekai.chart": {
|
||
|
"scripts": ["ext.isekai.chart.js"],
|
||
|
"styles": ["ext.isekai.chart.less"]
|
||
|
},
|
||
|
"ext.treeview": {
|
||
|
"scripts": ["ext.treeview.js"],
|
||
|
"styles": ["ext.treeview.css"],
|
||
|
"targets": [
|
||
|
"desktop",
|
||
|
"mobile"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"ResourceFileModulePaths": {
|
||
|
"localBasePath": "modules",
|
||
|
"remoteExtPath": "Isekai/modules"
|
||
|
},
|
||
|
"manifest_version": 1
|
||
|
}
|