-
Notifications
You must be signed in to change notification settings - Fork 0
/
Manifest.json
40 lines (40 loc) · 1.01 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
{
"$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json",
"info": {
"name": "qx-iconfont-tabler",
"summary": "Tabler Icons for Qooxdoo",
"description": "A set of over 1950 free MIT-licensed high-quality icons.",
"homepage": "https://github.com/oposs/qx-iconfont-tabler",
"license": "MIT license",
"authors": [],
"version": "0.1.0",
"license": "MIT license",
"authors" : [
{
"name": "Tobias Oetiker (oetiker)",
"email": "tobi@itis.ethz.ch"
}
]
},
"provides": {
"namespace": "iconfont.tabler",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation",
"webfonts": [
{
"name": "TablerIcons",
"defaultSize": 32,
"comparisonString": "f104ecee",
"resources": [
"iconfont/tabler/tabler-icons.woff2",
"iconfont/tabler/tabler-icons.woff"
]
}
]
},
"requires": {
"@qooxdoo/framework": ">6.0.0"
}
}