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
|
{
"name": "Parabola",
"author": [ "Parabola Hackers, based on Pierre Schmitz (derivative work)" ],
"url": "https://www.parabola.nu",
"description": "MediaWiki skin based on Arch (the GNU/Linux distribution) and MonoBook",
"license-name": "GPL-2.0+",
"type": "skin",
"ValidSkinNames": {
"parabola": "Parabola"
},
"SkinOOUIThemes": {
"parabola": "Apex"
},
"ResourceModules": {
"skins.parabola.styles": {
"position": "top",
"styles": {
"main.css": {
"media": "screen"
},
"navbar.css": {
"media": "screen"
},
"parabola.css": {
"media": "screen"
},
"print.css": {
"media": "print"
}
}
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "Parabola"
},
"AutoloadClasses": {
"Skin": "Skin.php",
"Template": "Template.php"
},
"manifest_version": 1
}
|