forked from AdaptiveConsulting/ReactiveTraderCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.json
72 lines (72 loc) · 2 KB
/
workspace.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
{
"devtools_port": 9090,
"licenseKey": "WSb63491c7-090f-4e38-8088-62675824c24b",
"runtime": {
"version": "<WORKSPACE_OPENFIN_RUNTIME>",
"arguments": "--remote-debugging-port=9092"
},
"platform": {
"uuid": "adaptive-workspace-provider-<ENV_NAME>",
"name": "Reactive Workspace<ENV_SUFFIX>",
"icon": "<BASE_URL>/favicon.ico",
"autoShow": "<SHOW_PROVIDER_WINDOW>",
"providerUrl": "<BASE_URL>/openfinWorkspaceProvider.html",
"preventQuitOnLastWindowClosed": true,
"permissions": {
"ExternalWindow": {
"wrap": true
},
"System": {
"getAllExternalWindows": true,
"launchExternalProcess": true,
"openUrlWithBrowser": {
"enabled": true,
"protocols": ["slack", "msteams"]
},
"readRegistryValue": false,
"terminateExternalProcess": true
},
"webAPIs": ["notifications", "audio", "video"]
},
"defaultWindowOptions": {
"fdc3InteropApi": "1.2",
"permissions": {
"ExternalWindow": {
"wrap": true
},
"System": {
"getAllExternalWindows": true,
"launchExternalProcess": true,
"readRegistryValue": false,
"terminateExternalProcess": true
},
"webAPIs": ["notifications", "audio", "video"]
}
},
"defaultViewOptions": {
"fdc3InteropApi": "1.2",
"permissions": {
"ExternalWindow": {
"wrap": true
},
"System": {
"getAllExternalWindows": true,
"launchExternalProcess": true,
"readRegistryValue": false,
"terminateExternalProcess": true
},
"webAPIs": ["notifications", "audio", "video"]
}
}
},
"snapshot": {
"windows": []
},
"shortcut": {
"company": "Adaptive Financial Consulting",
"description": "Adaptive workspace provider",
"icon": "<BASE_URL>/favicon.ico",
"name": "Adaptive Workspace Provider<ENV_SUFFIX>",
"target": ["desktop", "start-menu"]
}
}