-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMockAppId2.json
48 lines (48 loc) · 1.03 KB
/
MockAppId2.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
---
include: false
set: conformance_2_0
data: {
"appId": "MockAppId",
"name": "MockApp",
"description": "Part of the FDC3 2.0 Conformance Tests - developed for FINOS by Scott Logic",
"details": {
"url": "https://finos.github.io/FDC3-conformance-framework/v2.0/general"
},
"hostManifests": {
"sail": {
"inject-api": "2.0",
"searchable": false,
"forceNewWindow": true
},
"Finsemble": {
"window": {
"top": "center",
"right": 0,
"width": 600,
"height": 400
},
"foreign": {
"components": {
"App Launcher": {
"launchableByUser": false
},
"Window Manager": {
"FSBLHeader": true,
"titlebarType": "injected"
}
}
},
"interop": {
"joinMultipleChannels": false
}
}
},
"version": "1.0.0",
"publisher": "FINOS",
"type": "web",
"icons": [
{
"src": "https://directory.fdc3.finos.org/assets/images/finos-black.png"
}
]}
---