forked from InternationalScratchWiki/ScratchWikiSkin2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skin.json
53 lines (53 loc) · 1.55 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
{
"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"
},
"Hooks": {
"GetPreferences": "SkinScratchWikiSkin::onGetPreferences"
},
"MessagesDirs": {
"ScratchWikiSkin": "i18n"
},
"ResourceModules": {
"skins.scratchwikiskin2": {
"class": "ResourceLoaderSkinModule",
"position": "top",
"styles": {
"resources/css/main.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"
},
"manifest_version": 1
}