|
21 | 21 | "description": "App will connect to the desktop agent on startup and listen to messages on the red channel",
|
22 | 22 | "type": "web",
|
23 | 23 | "details": {
|
24 |
| - "url": "http://robs-pro:8095/static/app2/index.html" |
| 24 | + "url": "http://localhost:8095/static/app2/index.html" |
25 | 25 | },
|
26 | 26 | "hostManifests": {},
|
27 | 27 | "version": "1.0.0",
|
|
35 | 35 | "description": "App creates two APIs to the desktop agent, broadcasts in one and listens in the other.",
|
36 | 36 | "type": "web",
|
37 | 37 | "details": {
|
38 |
| - "url": "http://robs-pro:8095/static/app3/index.html" |
| 38 | + "url": "http://localhost:8095/static/app3/index.html" |
39 | 39 | },
|
40 | 40 | "hostManifests": {},
|
41 | 41 | "version": "1.0.0",
|
|
63 | 63 | "description": "Listens for the ViewNews intent only",
|
64 | 64 | "type": "web",
|
65 | 65 | "details": {
|
66 |
| - "url": "http://robs-pro:8095/static/app4/index.html" |
| 66 | + "url": "http://localhost:8095/static/app4/index.html" |
67 | 67 | },
|
68 | 68 | "hostManifests": {},
|
69 | 69 | "version": "1.0.0",
|
|
73 | 73 | "intents": {
|
74 | 74 | "listensFor": {
|
75 | 75 | "ViewNews": {
|
76 |
| - "displayName": "View News" |
| 76 | + "displayName": "View News", |
| 77 | + "contexts": [ |
| 78 | + "fdc3.instrument" |
| 79 | + ] |
77 | 80 | }
|
78 | 81 | }
|
79 | 82 | }
|
|
86 | 89 | "description": "Listens for the ViewNews intent only",
|
87 | 90 | "type": "web",
|
88 | 91 | "details": {
|
89 |
| - "url": "http://robs-pro:8095/static/app5/index.html" |
| 92 | + "url": "http://localhost:8095/static/app5/index.html" |
90 | 93 | },
|
91 | 94 | "hostManifests": {},
|
92 | 95 | "version": "1.0.0",
|
|
96 | 99 | "intents": {
|
97 | 100 | "listensFor": {
|
98 | 101 | "ViewNews": {
|
99 |
| - "displayName": "View News" |
| 102 | + "displayName": "View News", |
| 103 | + "contexts": [ |
| 104 | + "fdc3.instrument" |
| 105 | + ] |
100 | 106 | },
|
101 | 107 | "ViewQuote": {
|
102 |
| - "displayName": "View Quote" |
| 108 | + "displayName": "View Quote", |
| 109 | + "contexts": [ |
| 110 | + "fdc3.instrument" |
| 111 | + ] |
103 | 112 | }
|
104 | 113 | }
|
105 | 114 | }
|
|
112 | 121 | "description": "App asks for the result of a ViewQuote intent",
|
113 | 122 | "type": "web",
|
114 | 123 | "details": {
|
115 |
| - "url": "http://robs-pro:8095/static/app6/index.html" |
| 124 | + "url": "http://localhost:8095/static/app6/index.html" |
116 | 125 | },
|
117 | 126 | "hostManifests": {},
|
118 | 127 | "version": "1.0.0",
|
119 | 128 | "publisher": "FINOS",
|
120 | 129 | "icons": []
|
| 130 | + }, |
| 131 | + { |
| 132 | + "appId": "app7", |
| 133 | + "name": "App Seven", |
| 134 | + "title": "Intent Result 2", |
| 135 | + "description": "App asks for the result of a ViewNews intent", |
| 136 | + "type": "web", |
| 137 | + "details": { |
| 138 | + "url": "http://localhost:8095/static/app7/index.html" |
| 139 | + }, |
| 140 | + "hostManifests": {}, |
| 141 | + "version": "1.0.0", |
| 142 | + "publisher": "FINOS", |
| 143 | + "icons": [] |
| 144 | + }, |
| 145 | + { |
| 146 | + "appId": "grid", |
| 147 | + "name": "grid", |
| 148 | + "title": "AG-Grid", |
| 149 | + "type": "web", |
| 150 | + "details": { |
| 151 | + "url": "http://localhost:8095/static/ag-grid/index.html" |
| 152 | + }, |
| 153 | + "interop": { |
| 154 | + "intents": { |
| 155 | + "raises": { |
| 156 | + "ViewChart": [ |
| 157 | + "fdc3.instrument" |
| 158 | + ] |
| 159 | + } |
| 160 | + }, |
| 161 | + "userChannels": { |
| 162 | + "broadcasts": [ |
| 163 | + "fdc3.instrument" |
| 164 | + ], |
| 165 | + "listensFor": [ |
| 166 | + "fdc3.instrument" |
| 167 | + ] |
| 168 | + } |
| 169 | + } |
| 170 | + }, |
| 171 | + { |
| 172 | + "appId": "chartiq", |
| 173 | + "name": "chartiq", |
| 174 | + "title": "ChartIQ", |
| 175 | + "type": "web", |
| 176 | + "details": { |
| 177 | + "url": "http://localhost:8095/static/chartiq/index.html" |
| 178 | + }, |
| 179 | + "interop": { |
| 180 | + "intents": { |
| 181 | + "listensFor": { |
| 182 | + "ViewChart": { |
| 183 | + "displayName": "View Chart", |
| 184 | + "contexts": [ |
| 185 | + "fdc3.instrument" |
| 186 | + ] |
| 187 | + } |
| 188 | + } |
| 189 | + }, |
| 190 | + "userChannels": { |
| 191 | + "broadcasts": [ |
| 192 | + "fdc3.instrument" |
| 193 | + ] |
| 194 | + } |
| 195 | + } |
121 | 196 | }
|
122 | 197 | ],
|
123 | 198 | "message": "OK"
|
|
0 commit comments