-
Notifications
You must be signed in to change notification settings - Fork 40
/
manifest.fin.json
76 lines (76 loc) · 1.71 KB
/
manifest.fin.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
70
71
72
73
74
75
76
{
"devtools_port": 9090,
"licenseKey": "openfin-demo-license-key",
"runtime": {
"arguments": "",
"version": "40.130.100.7"
},
"platform": {
"uuid": "integrate-with-bloomberg-basic",
"icon": "http://localhost:8080/favicon.ico",
"autoShow": false,
"providerUrl": "http://localhost:8080/platform/provider.html",
"preventQuitOnLastWindowClosed": false,
"permissions": {
"System": {
"launchExternalProcess": true,
"terminateExternalProcess": true,
"downloadAsset": true
}
},
"defaultWindowOptions": {
"permissions": {
"System": {
"launchExternalProcess": true,
"terminateExternalProcess": true,
"downloadAsset": true
}
}
},
"defaultViewOptions": {
"permissions": {
"System": {
"launchExternalProcess": true,
"terminateExternalProcess": true,
"downloadAsset": true
}
}
}
},
"snapshot": {
"windows": [
{
"defaultHeight": 500,
"defaultWidth": 800,
"layout": {
"content": [
{
"type": "component",
"componentName": "view",
"componentState": {
"name": "bbgTest",
"url": "http://localhost:8080/platform/bbgtest.html",
"interop": {
"currentContextGroup": "green"
}
}
}
]
}
}
]
},
"shortcut": {
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with Bloomberg Terminal - Basic - v20.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
"company": "OpenFin",
"product": "Workspace Starter -Integrate with Bloomberg - Basic - Client",
"email": "[email protected]",
"forwardErrorReports": true
}
}