openwiki-wikirby-skin/skin.json

49 lines
1.2 KiB
JSON

{
"name": "WiKirby",
"url": "https://gitea.systemtheta.net/system-theta/openwiki-wikirby-skin",
"description": "The classic WiKirby Skin! Originally by 'Steve', it's been kept alive through the years through care and effort.",
"version": "2.0.0",
"type": "skin",
"author": [
"Steve",
"dkpat",
"Ampera",
"The OpenWiki Project"
],
"license-name": "GPL-2.0-or-later",
"requires": {
"MediaWiki": ">= 1.35.0"
},
"ValidSkinNames": {
"wikirby": {
"class": "SkinWikirby",
"args": [
{
"name": "wikirby",
"template": "WiKirbyTemplate",
"styles": [
"skin.wikirby"
]
}
]
}
},
"AutoloadClasses": {
"SkinWikirby": "Wikirby.php"
},
"ResourceModules": {
"skin.wikirby": {
"styles": [
"gumax_default.css",
"gumax_template.css",
"rtl.css"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "resources"
},
"manifest_version": 2
}