summaryrefslogtreecommitdiff
path: root/skin.json
blob: 751f9f2f92ef829e96614d98015b93300cf099e0 (plain)
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
{
	"name": "Toha",
	"version": "1.0",
	"author": "Cyrille Bagard",
	"url": "https://www.mediawiki.org/wiki/Skin:Toha",
	"descriptionmsg": "toha-desc",
	"namemsg": "skinname-toha",
	"license-name": "CC0-1.0",
	"type": "skin",
	"ValidSkinNames": {
		"toha": "Toha"
	},
	"MessagesDirs": {
		"Toha": [
			"i18n"
		]
	},
	"ResourceModules": {
		"skins.toha": {
			"styles": {
				"resources/screen.css": {
					"media": "screen"
				}
            },
			"scripts": "resources/dynmenu.js",
			"scripts2": [
				"resources/dynmenu.js"
			]
		}
	},
	"ResourceFileModulePaths": {
		"localBasePath": "",
		"remoteSkinPath": "Toha"
	},
	"AutoloadClasses": {
		"SkinToha": "Toha.skin.php"
	},
	"manifest_version": 1
}