diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-20 16:29:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-20 16:29:07 (GMT) |
commit | 92892f13357188a5b4c81b5f2c35a3a740924d67 (patch) | |
tree | 26e5bb275c2171802f3bf477eb2a1aa0f20ec4df /skin.json |
First commit.
Diffstat (limited to 'skin.json')
-rw-r--r-- | skin.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/skin.json b/skin.json new file mode 100644 index 0000000..751f9f2 --- /dev/null +++ b/skin.json @@ -0,0 +1,39 @@ +{ + "name": "Toha", + "version": "1.0", + "author": "Cyrille Bagard", + "url": "https://www.mediawiki.org/wiki/Skin:Toha", + "descriptionmsg": "toha-desc", + "namemsg": "skinname-toha", + "license-name": "CC0-1.0", + "type": "skin", + "ValidSkinNames": { + "toha": "Toha" + }, + "MessagesDirs": { + "Toha": [ + "i18n" + ] + }, + "ResourceModules": { + "skins.toha": { + "styles": { + "resources/screen.css": { + "media": "screen" + } + }, + "scripts": "resources/dynmenu.js", + "scripts2": [ + "resources/dynmenu.js" + ] + } + }, + "ResourceFileModulePaths": { + "localBasePath": "", + "remoteSkinPath": "Toha" + }, + "AutoloadClasses": { + "SkinToha": "Toha.skin.php" + }, + "manifest_version": 1 +} |