-
Notifications
You must be signed in to change notification settings - Fork 1
/
Manifest.json
40 lines (40 loc) · 1.15 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": "iconfontviewer",
"summary": "show all glyphs of registered iconfonts",
"description": "",
"homepage": "https://github.com/qooxdoo/iconfontviewer",
"license": "MIT license",
"authors": [
{
"name": "Henner Kollmann (hkollmann)",
"email": "Henner DOT Kollmann AT gmx DOT de"
}
],
"version": "2.0.0"
},
"provides": {
"namespace": "qxl.iconfontviewer",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation",
"application": {
"class": "qxl.iconfontviewer.Application",
"theme": "qxl.iconfontviewer.theme.Theme",
"name": "iconfontviewer",
"title": "Qooxdoo Icon Font Viewer",
"include": [
"qx.theme.iconfont.LoadMaterialIcons",
"qx.theme.iconfont.LoadMaterialIconsOutlined",
"qx.theme.iconfont.LoadMaterialIconsRound",
"qx.theme.iconfont.LoadMaterialIconsSharp",
"qx.theme.iconfont.LoadMaterialIconsTwoTone"
]
}
},
"requires": {
"@qooxdoo/framework": "^7.0.0"
}
}