-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathManifest.json
69 lines (69 loc) · 1.61 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
{
"$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json",
"info": {
"name": "flat",
"summary": "Flat UI theme",
"description": "A standard theme for qooxdoo based on flat ui. (unlisted)",
"homepage": "http://gonicus.de/",
"license": "MIT license",
"authors": [
{
"name": "Cajus Pollmeier",
"email": "pollmeier@gonicus.de"
},
{
"name": "Markus Bader",
"email": "bader@gonicus.de"
},
{
"name": "Michael Neuendorf",
"email": "neuendorf@gonicus.de"
}
],
"version": "1.0.0"
},
"provides": {
"namespace": "flat",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation",
"fonts": {
"Roboto": {
"defaultSize": 14,
"fontFaces": [
{
"fontStyle": "normal",
"fontWeight": "normal",
"paths": [
"flat/font/Roboto-Regular.ttf"
]
},
{
"fontStyle": "normal",
"fontWeight": "bold",
"paths": [
"flat/font/Roboto-Bold.ttf"
]
}
]
},
"Ligature": {
"defaultSize": 40,
"fontFaces": [
{
"paths": [
"flat/font/LigatureSymbols-2.11.eot",
"flat/font/LigatureSymbols-2.11.woff",
"flat/font/LigatureSymbols-2.11.ttf"
]
}
],
"glyphs": "flat/font/LigatureSymbols-2.11.json"
}
}
},
"requires": {
"@qooxdoo/framework": "^7.0.0"
}
}