-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskin.json
59 lines (59 loc) · 1.19 KB
/
skin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "Anisa",
"version": "1.0",
"author": "...",
"url": "https://www.mediawiki.org/wiki/Skin:Anisa",
"descriptionmsg": "anisa-desc",
"namemsg": "skinname-anisa",
"license-name": "GPL-2.0-or-later",
"type": "skin",
"ValidSkinNames": {
"anisa": "Anisa"
},
"MessagesDirs": {
"Anisa": [
"i18n"
]
},
"ResourceModules": {
"skins.anisa": {
"class": "ResourceLoaderSkinModule",
"styles": {
"resources/libraries/normalise.css": {
"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)"
},
"resources/print.css": {
"media": "print"
}
}
},
"skins.anisa.js": {
"scripts": [
"resources/main.js"
]
}
},
"ResourceModuleSkinStyles": {
"anisa": {
"+ext.echo.styles.badge": "resources/extensions/Echo.less"
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "Anisa"
},
"AutoloadClasses": {
"SkinAnisa": "includes/SkinAnisa.php",
"AnisaTemplate": "includes/AnisaTemplate.php"
},
"manifest_version": 1
}