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.

43 lines
896 B
JSON

{
"name": "Isekai FontAwesome",
"namemsg": "isekai-fontawesome-name",
"author": "Hyperzlib",
"version": "1.0.0",
"url": "https://git.isekai.cn/Isekai-Project/mediawiki-extension-IsekaiFontAwesome",
"descriptionmsg": "isekai-fontawesome-desc",
"license-name": "MIT",
"type": "other",
"requires": {
"MediaWiki": ">=1.35.0"
},
"MessagesDirs": {
"IsekaiFontAwesome": [
"i18n"
]
},
"AutoloadClasses": {
"Isekai\\FontAwesome\\Hooks": "includes/Hooks.php"
},
"Hooks": {
"BeforePageDisplay": [
"Isekai\\FontAwesome\\Hooks::onBeforePageDisplay"
]
},
"ResourceModules": {
"ext.fontawesome": {
"styles": [
"lib/fontawesome/_fontawesome.css",
"fontawesome.less"
],
"targets": [
"desktop",
"mobile"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "modules",
"remoteExtPath": "IsekaiFontAwesome/modules"
},
"manifest_version": 2
}