forked from built-on-openfin/workspace-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecond.manifest.fin.json
59 lines (59 loc) · 1.5 KB
/
second.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
{
"devtools_port": 9090,
"licenseKey": "openfin-demo-license-key",
"runtime": {
"arguments": "--v=1 --inspect --enable-mesh --security-realm=second-support-context-and-intents",
"version": "34.118.78.80"
},
"platform": {
"uuid": "second-support-context-and-intents",
"icon": "http://localhost:8080/common/favicon-32x32.png",
"autoShow": false,
"providerUrl": "http://localhost:8080/platform/provider.html",
"preventQuitOnLastWindowClosed": true,
"permissions": {
"System": {
"launchExternalProcess": true,
"downloadAsset": true,
"openUrlWithBrowser": {
"enabled": true,
"protocols": ["mailto"]
}
}
},
"defaultWindowOptions": {
"permissions": {
"System": {
"openUrlWithBrowser": {
"enabled": true,
"protocols": ["mailto"]
}
}
}
}
},
"supportInformation": {
"company": "OpenFin",
"product": "Workspace Starter - Support Context And Intents - Second Client",
"email": "[email protected]",
"forwardErrorReports": true
},
"customSettings": {
"platformProvider": {
"intentPicker": {
"url": "http://localhost:8080/common/windows/intents/picker.html",
"height": 400,
"width": 400
}
},
"appProvider": {
"appSourceUrls": [
"http://localhost:8080/common/apps-contact.json",
"http://localhost:8080/common/apps-interop.json",
"http://localhost:8080/common/apps-preload.json"
],
"cacheDurationInMinutes": 1,
"manifestTypes": ["view", "snapshot", "manifest", "external", "inline-view"]
}
}
}