-
Notifications
You must be signed in to change notification settings - Fork 41
/
manifest.fin.json
57 lines (57 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
{
"devtools_port": 9090,
"licenseKey": "openfin-demo-license-key",
"runtime": {
"arguments": "",
"version": "40.130.100.7"
},
"platform": {
"uuid": "integrate-with-salesforce",
"icon": "http://localhost:8080/favicon.ico",
"autoShow": false,
"providerUrl": "http://localhost:8080/platform/provider.html",
"preventQuitOnLastWindowClosed": true,
"permissions": {
"System": {
"openUrlWithBrowser": {
"enabled": true,
"protocols": ["mailto"]
}
}
}
},
"shortcut": {
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do in relation to Salesforce.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Salesforce - v20.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
"company": "OpenFin",
"product": "Workspace Starter - Integrate With SalesForce - Client",
"email": "[email protected]",
"forwardErrorReports": true
},
"customSettings": {
"salesforce": {
"consumerKey": "",
"orgUrl": "",
"enableLibLogging": true,
"preload": "http://localhost:8080/js/preload.js",
"contextGroupStrategy": "rotation",
"iconMap": {
"salesforce": "http://localhost:8080/images/salesforce.svg",
"contact": "http://localhost:8080/images/contact.svg",
"account": "http://localhost:8080/images/account.svg",
"chatter": "http://localhost:8080/images/chatter.svg",
"note": "http://localhost:8080/images/note.svg",
"task": "http://localhost:8080/images/task.svg",
"dashboard": "http://localhost:8080/images/dashboard.svg",
"phone": "http://localhost:8080/images/phone.svg",
"chat": "http://localhost:8080/images/chat.svg",
"email": "http://localhost:8080/images/email.svg"
}
}
}
}