forked from InternationalScratchWiki/ScratchWikiSkin2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skin.json
88 lines (88 loc) · 2.25 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "ScratchWikiSkin",
"author": "Original skin by JSO. Rewrite to update style and registration by Kenny2scratch. Contributions made from jvvg, blob8108, scmb1, -PRO-,",
"url": "https://github.com/InternationalScratchWiki/ScratchWikiSkin2",
"descriptionmsg": "scratchwikiskin-desc",
"namemsg": "skinname-scratchwikiskin2",
"license-name": "MIT",
"type": "skin",
"ValidSkinNames": {
"scratchwikiskin2": "ScratchWikiSkin"
},
"AutoloadClasses": {
"SkinScratchWikiSkin": "ScratchWikiSkin.skin.php",
"ScratchWikiSkinTemplate": "ScratchWikiSkinTemplate.php",
"ScratchWikiSkinHooks": "ScratchWikiSkin.hooks.php"
},
"Hooks": {
"GetPreferences": "main",
"OutputPageBodyAttributes": "main"
},
"HookHandlers": {
"main": {
"class": "ScratchWikiSkinHooks",
"services": ["UserOptionsLookup"]
}
},
"MessagesDirs": {
"ScratchWikiSkin": "i18n"
},
"ResourceModules": {
"skins.scratchwikiskin2": {
"class": "ResourceLoaderSkinModule",
"features": {
"content-links": true,
"content-thumbnails": true,
"interface-message-box": true,
"interface-category": true,
"content-tables": true,
"i18n-ordered-lists": true,
"i18n-all-lists-margins": true,
"i18n-headings": true,
"elements": true,
"interface": true,
"logo": true
},
"position": "top",
"styles": {
"resources/css/main.css": {
"media": "screen"
},
"resources/css/dark.css": {
"media": "screen"
},
"resources/css/mobile.css": {
"media": "only screen and (max-width: 981.4px)"
},
"resources/css/mobile-0-519.4.css": {
"media": "only screen and (max-width: 519.4px)"
},
"resources/css/mobile-519.5-679.4.css": {
"media": "only screen and (min-width: 519.5px) and (max-width: 679.4px)"
},
"resources/css/mobile-679.5-981.4.css": {
"media": "only screen and (min-width: 679.5px) and (max-width: 981.4px)"
},
"resources/css/mobile-981.5+.css": {
"media": "only screen and (min-width: 981.5px)"
}
}
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "ScratchWikiSkin2"
},
"config": {
"SWS2JoinBox": {
"value": true
},
"SWS2ForceDarkTheme": {
"value": false
}
},
"manifest_version": 2,
"requires": {
"MediaWiki": ">= 1.35.0"
}
}