-
Notifications
You must be signed in to change notification settings - Fork 40
/
manifest.fin.json
53 lines (53 loc) · 1.54 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
{
"devtools_port": 9090,
"licenseKey": "openfin-demo-license-key",
"runtime": {
"arguments": "",
"version": "40.130.100.7"
},
"platform": {
"uuid": "integrate-with-servicenow",
"icon": "http://localhost:8080/favicon.ico",
"autoShow": false,
"providerUrl": "http://localhost:8080/platform/provider.html",
"preventQuitOnLastWindowClosed": true,
"permissions": {
"System": {
"openUrlWithBrowser": {
"enabled": true,
"protocols": ["mailto", "tel"]
}
}
}
},
"shortcut": {
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With ServiceNow - v20.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
"company": "OpenFin",
"product": "Workspace Starter - Integrate With ServiceNow - Client",
"email": "[email protected]",
"forwardErrorReports": true
},
"customSettings": {
"servicenow": {
"instanceUrl": "",
"clientId": "",
"enableLibLogging": true,
"images": {
"servicenow": "http://localhost:8080/images/apps/servicenow.svg",
"contact": "http://localhost:8080/images/types/contact.svg",
"account": "http://localhost:8080/images/types/account.svg",
"case": "http://localhost:8080/images/types/case.svg",
"task": "http://localhost:8080/images/types/task.svg",
"incident": "http://localhost:8080/images/types/incident.svg",
"call": "http://localhost:8080/images/icons/call.svg",
"email": "http://localhost:8080/images/icons/email.svg"
}
}
}
}