-
Notifications
You must be signed in to change notification settings - Fork 2
/
Manifest.json
39 lines (39 loc) · 976 Bytes
/
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
{
"$schema": "https://qooxdoo.org/schema/Manifest-1-0-0.json",
"info": {
"name": "bernstein.demo",
"summary": "Bernstein Theme Contribution",
"description": "A dark theme for qx 6.0",
"homepage": "https://github.com/scro34/Bernstein",
"license": "MIT license",
"authors": [
{
"name": "Norbert Schröder",
"email": "(scro34)"
}
],
"version": "2.0.0"
},
"provides": {
"namespace": "bernstein",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation",
"webfonts": [
{
"name": "FontAwesome",
"defaultSize": 16,
"mapping": "resource/bernstein/fonts/fontawesome.map",
"resources": [
"resource/bernstein/fonts/fa-solid-900.ttf"
]
}
]
},
"requires": {
"@qooxdoo/framework": "^6.0.0",
"@qooxdoo/compiler": "^1.0.0",
"qooxdoo/qxl.formdemo": "^1.0.2"
}
}