-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest.json
56 lines (56 loc) · 950 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"_version": "1.5.0",
"sap.app": {
"_version": "1.2.0",
"id": "ui5con.flp.customtile",
"type": "application",
"applicationVersion": {
"version": "1.0.0"
},
"i18n": "i18n/i18n.properties",
"title": "{{tile_title}}",
"ach": "",
"resources": "resources.json"
},
"sap.ui": {
"_version": "1.3.0",
"technology": "UI5",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
},
"supportedThemes": []
},
"sap.flp": {
"type": "tile",
"config": {}
},
"sap.platform.hcp": {
"uri": "",
"_version": "1.1.0"
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.28.0",
"libs": {
"sap.fiori": {
"minVersion": ""
}
}
},
"contentDensities": {
"compact": false,
"cozy": false
},
"models": {
"i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"settings": {
"bundleName": "ui5con.flp.customtile.i18n.i18n"
}
}
},
"routing": {}
}
}