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.

57 lines
1.1 KiB
JSON

{
"name": "Timeless",
"version": "0.3",
"author": "Isarra",
"url": "https://www.mediawiki.org/wiki/Skin:Timeless",
"descriptionmsg": "timeless-desc",
"namemsg": "skinname-timeless",
"license-name": "GPL-2.0+",
"type": "skin",
"ValidSkinNames": {
"timeless": "Timeless"
},
"MessagesDirs": {
"Timeless": [
"i18n"
]
},
"ResourceModules": {
"skins.timeless": {
"position": "top",
"class": "ResourceLoaderSkinModule",
"styles": {
"resources/libraries/normalise.css": {
"media": "screen"
},
"resources/forms.less": {
"media": "screen"
},
"resources/screen-common.less": {
"media": "screen"
},
"resources/screen-desktop.less": {
"media": "screen and (min-width: 751px)"
},
"resources/screen-mobile.less": {
"media": "screen and (max-width: 750px)"
}
}
},
"skins.timeless.js": {
"position": "bottom",
"scripts": [
"resources/main.js"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "Timeless"
},
"AutoloadClasses": {
"SkinTimeless": "Timeless.skin.php",
"TimelessTemplate": "TimelessTemplate.php"
},
"manifest_version": 1
}