-
Notifications
You must be signed in to change notification settings - Fork 40
/
manifest.fin.json
46 lines (46 loc) · 1.07 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
{
"devtools_port": 9090,
"licenseKey": "openfin-demo-license-key",
"runtime": {
"arguments": "",
"version": "40.130.100.7"
},
"platform": {
"uuid": "customize-home-templates",
"icon": "http://localhost:8080/favicon.ico",
"autoShow": false,
"providerUrl": "http://localhost:8080/platform/provider.html",
"preventQuitOnLastWindowClosed": true,
"permissions": {
"System": {
"openUrlWithBrowser": {
"enabled": true,
"protocols": ["mailto"]
}
}
},
"defaultWindowOptions": {
"permissions": {
"System": {
"openUrlWithBrowser": {
"enabled": true,
"protocols": ["mailto"]
}
}
}
}
},
"shortcut": {
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Customize Home Templates - v20.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
"company": "OpenFin",
"product": "Workspace Starter - Customize Home Templates - Client",
"email": "[email protected]",
"forwardErrorReports": true
}
}