-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
48 lines (48 loc) · 1.34 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
41
42
43
44
45
46
47
48
{
"name": "OpenFin Cloud Interop",
"short_name": "OpenFinCloudInterop",
"start_url": "./platform/provider.html",
"display": "standalone",
"background_color": "#fff",
"description": "An example showing a implementation of the OpenFin Web Interop & Cloud Interop Library.",
"icons": [
{
"src": "common/images/icon-blue.png",
"sizes": "72x72",
"type": "image/png"
}
],
"related_applications": [],
"custom_settings": {
"platform": {
"interop": {
"sharedWorkerUrl": "http://localhost:6060/js/shared-worker.bundle.js",
"brokerUrl": "http://localhost:6060/platform/iframe-broker.html",
"providerId": "cloud-interop",
"defaultContextGroup": "green"
},
"layout": {
"panels": {
"left": {
"url": "http://localhost:6060/views/fdc3-panel.html",
"frameId": "left-panel"
}
},
"layoutContainerId": "layout_container",
"defaultLayout": "http://localhost:6060/layouts/default.layout.fin.json"
}
},
"cloud": {
"connectParams": {
"authenticationType": "basic",
"basicAuthenticationParameters": {
"username": "<PLEASE ASK OPENFIN/HERE FOR A USERNAME>",
"password": "<PLEASE ASK OPENFIN/HERE FOR A PASSWORD>"
},
"platformId": "<PLEASE ASK OPENFIN/HERE FOR A PLATFORM ID>",
"url": "<PLEASE ASK OPENFIN/HERE FOR A URL>",
"sourceId": "cloud-interop"
}
}
}
}