summaryrefslogtreecommitdiff
path: root/skins/foreground/skin.json
blob: ad337d59d2bb53f3d242984aebb16c50c1f60ef1 (plain) (blame)
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
{
	"@Note": "Note: Don't forget when updating to update the foreground.php file with the same change.",
	"name": "Foreground",
	"version": "1.2.0",
	"author": [
		"Garrick Van Buren",
		"Jamie Thingelstad",
		"Tom Hutchison",
		"..."
	],
	"url": "http://foreground.thingelstad.com",
	"descriptionmsg": "foreground-desc",
	"type": "skin",
	"ValidSkinNames": {
		"foreground": "Foreground"
	},
	"MessagesDirs": {
		"SkinForeground": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"SkinForeground": "Foreground.skin.php"
	},
	"ResourceModules": {
		"skins.foreground.styles": {
			"position": "top",
			"styles": [
				"assets/stylesheets/normalize.css",
				"assets/stylesheets/font-awesome.css",
				"assets/stylesheets/foundation.css",
				"assets/stylesheets/foreground.css",
				"assets/stylesheets/foreground-print.css",
				"assets/stylesheets/jquery.autocomplete.css",
				"assets/stylesheets/responsive-tables.css",
				"assets/stylesheets/tmw-custom.css"
			]
		},
		"skins.foreground.js": {
			"position": "top",
			"scripts": [
				"assets/scripts/vendor/custom.modernizr.js",
				"assets/scripts/vendor/fastclick.js",
				"assets/scripts/vendor/responsive-tables.js",
				"assets/scripts/foundation/foundation.js",
				"assets/scripts/foundation/foundation.topbar.js",
				"assets/scripts/foundation/foundation.dropdown.js",
				"assets/scripts/foundation/foundation.section.js",
				"assets/scripts/foundation/foundation.clearing.js",
				"assets/scripts/foundation/foundation.cookie.js",
				"assets/scripts/foundation/foundation.placeholder.js",
				"assets/scripts/foundation/foundation.forms.js",
				"assets/scripts/foundation/foundation.alerts.js",
				"assets/scripts/foreground.js",
				"assets/scripts/tmw.js"
			]
		}
	},
	"ResourceFileModulePaths": {
		"localBasePath": "",
		"remoteSkinPath": "foreground"
	},
	"config": {},
	"manifest_version": 1
}