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.
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
3 years ago
|
{
|
||
|
"name": "Isekai Background Widget",
|
||
|
"namemsg": "isekai-background-widget",
|
||
|
"author": "Hyperzlib",
|
||
|
"version": "1.0.0",
|
||
|
"url": "https://www.isekai.cn",
|
||
|
"descriptionmsg": "isekai-background-widget-desc",
|
||
|
"license-name": "GPL-2.0-or-later",
|
||
|
"type": "parserhook",
|
||
|
"requires": {
|
||
|
|
||
|
},
|
||
|
"MessagesDirs": {
|
||
|
"IsekaiBackgroundWidget": [
|
||
|
"i18n"
|
||
|
]
|
||
|
},
|
||
|
"DefaultUserOptions": {
|
||
|
"isekai-bgimg-visible-desktop": true,
|
||
|
"isekai-bgimg-visible-mobile": true
|
||
|
},
|
||
|
"AutoloadClasses": {
|
||
|
"Isekai\\BackgroundWidget": "includes/BackgroundWidget.php"
|
||
|
},
|
||
|
"Hooks": {
|
||
|
"ParserFirstCallInit": [
|
||
|
"Isekai\\BackgroundWidget::onParserSetup"
|
||
|
],
|
||
|
"BeforePageDisplay": [
|
||
|
"Isekai\\BackgroundWidget::addModules"
|
||
|
],
|
||
|
"GetPreferences": [
|
||
|
"Isekai\\BackgroundWidget::onGetPreferences"
|
||
|
]
|
||
|
},
|
||
|
"ResourceModules": {
|
||
|
"ext.isekai.backgroundWidget": {
|
||
|
"scripts": "ext.isekai.backgroundWidget/BgImage.js",
|
||
|
"styles": "ext.isekai.backgroundWidget/global.less",
|
||
|
"targets": [
|
||
|
"desktop",
|
||
|
"mobile"
|
||
|
],
|
||
|
"messages": [
|
||
|
"isekai-background-widget-param-error"
|
||
|
]
|
||
|
},
|
||
|
"ext.isekai.backgroundWidget-timeless": {
|
||
|
"scripts": "ext.isekai.backgroundWidget/timeless.js",
|
||
|
"styles": "ext.isekai.backgroundWidget/timeless.less",
|
||
|
"targets": [
|
||
|
"desktop",
|
||
|
"mobile"
|
||
|
]
|
||
|
},
|
||
|
"ext.isekai.backgroundWidget-minerva": {
|
||
|
"scripts": "ext.isekai.backgroundWidget/minerva.js",
|
||
|
"styles": "ext.isekai.backgroundWidget/minerva.less",
|
||
|
"targets": [
|
||
|
"desktop",
|
||
|
"mobile"
|
||
|
]
|
||
|
},
|
||
|
"ext.isekai.backgroundWidget-vector": {
|
||
|
"scripts": "ext.isekai.backgroundWidget/vector.js",
|
||
|
"styles": "ext.isekai.backgroundWidget/vector.less",
|
||
|
"targets": [
|
||
|
"desktop",
|
||
|
"mobile"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"ResourceFileModulePaths": {
|
||
|
"localBasePath": "modules",
|
||
|
"remoteExtPath": "Isekai/modules"
|
||
|
},
|
||
|
"manifest_version": 1
|
||
|
}
|