-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
154 lines (154 loc) · 3.78 KB
/
manifest.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"description": "Detroit North",
"name": "Detroit (North)",
"preview_medium": "http://static.edicy.com/designs/previews/detroit-north_medium.jpg",
"preview_small": "http://static.edicy.com/designs/previews/detroit-north_small.jpg",
"author": "Tajo Oja",
"layouts": [
{
"content_type": "blog",
"component": false,
"file": "layouts/blog___news.tpl",
"layout_name": "blog_front",
"title": "Blog & News"
},
{
"content_type": "blog_article",
"component": false,
"file": "layouts/blog_article.tpl",
"layout_name": "blog_article",
"title": "Blog Article"
},
{
"content_type": "page",
"component": false,
"file": "layouts/common_page.tpl",
"layout_name": "page_default",
"title": "Common page"
},
{
"content_type": "page",
"component": false,
"file": "layouts/front_page.tpl",
"layout_name": "page_front",
"title": "Front page"
},
{
"content_type": "component",
"component": true,
"file": "components/js.tpl",
"layout_name": "js",
"title": "JS"
},
{
"content_type": "component",
"component": true,
"file": "components/languagemenu.tpl",
"layout_name": "languagemenu",
"title": "Languagemenu"
},
{
"content_type": "component",
"component": true,
"file": "components/mainmenu.tpl",
"layout_name": "mainmenu",
"title": "Mainmenu"
},
{
"content_type": "component",
"component": true,
"file": "components/news.tpl",
"layout_name": "news",
"title": "News"
},
{
"content_type": "component",
"component": true,
"file": "components/search.tpl",
"layout_name": "search",
"title": "Search"
},
{
"content_type": "component",
"component": true,
"file": "components/siteheader.tpl",
"layout_name": "siteheader",
"title": "SiteHeader"
},
{
"content_type": "component",
"component": true,
"file": "components/submenu.tpl",
"layout_name": "submenu",
"title": "Submenu"
}
],
"assets": [
{
"content_type": "image/svg+xml",
"file": "assets/tag-big-white.svg",
"kind": "assets",
"filename": "tag-big-white.svg"
},
{
"content_type": "image/svg+xml",
"file": "assets/tag-white.svg",
"kind": "assets",
"filename": "tag-white.svg"
},
{
"content_type": "image/gif",
"file": "images/north_bg.gif",
"kind": "images",
"filename": "north_bg.gif"
},
{
"content_type": "image/gif",
"file": "images/north_clocks.gif",
"kind": "images",
"filename": "north_clocks.gif"
},
{
"content_type": "image/gif",
"file": "images/north_frontbox.gif",
"kind": "images",
"filename": "north_frontbox.gif"
},
{
"content_type": "image/gif",
"file": "images/north_search.gif",
"kind": "images",
"filename": "north_search.gif"
},
{
"content_type": "image/png",
"file": "images/tag-big-white.png",
"kind": "images",
"filename": "tag-big-white.png"
},
{
"content_type": "image/png",
"file": "images/tag-white.png",
"kind": "images",
"filename": "tag-white.png"
},
{
"content_type": "application/javascript",
"file": "javascripts/modernizr.js",
"kind": "javascripts",
"filename": "modernizr.js"
},
{
"content_type": "text/css",
"file": "stylesheets/layout.css",
"kind": "stylesheets",
"filename": "layout.css"
},
{
"content_type": "text/css",
"file": "stylesheets/north_style.css",
"kind": "stylesheets",
"filename": "north_style.css"
}
]
}