-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ c37ac22 🚀
- Loading branch information
Showing
30 changed files
with
67,791 additions
and
383 deletions.
There are no files selected for viewing
236 changes: 1 addition & 235 deletions
236
web/vnext/web-interop-support-context-and-intents/apps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,237 +1,3 @@ | ||
{ | ||
"applications": [ | ||
{ | ||
"appId": "fdc3-intent-view-2-0", | ||
"name": "fdc3-intent-view-2-0", | ||
"title": "Intents using FDC3 (2.0)", | ||
"description": "This view allows you to experiment with the raising and listening of intents using the fdc3 api.", | ||
"categories": ["developer tools", "tools", "training"], | ||
"version": "2.0.0", | ||
"tooltip": "Intents using FDC3", | ||
"lang": "en-US", | ||
"icons": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/dev-extensions/extensions/vnext/common/favicon-32x32.png" | ||
} | ||
], | ||
"screenshots": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/dev-extensions/extensions/vnext/interop/images/previews/view-intents-fdc3.png", | ||
"label": "Intents using FDC3" | ||
} | ||
], | ||
"contactEmail": "[email protected]", | ||
"supportEmail": "[email protected]", | ||
"publisher": "OpenFin", | ||
"type": "web", | ||
"details": { | ||
"url": "http://localhost:7070/fdc3/intent/2-0/fdc3-intent-view.html" | ||
}, | ||
"interop": { | ||
"intents": { | ||
"listensFor": { | ||
"StartCall": { | ||
"displayName": "Start a Call", | ||
"contexts": ["fdc3.contact", "fdc3.contactList"] | ||
}, | ||
"StartChat": { | ||
"displayName": "Start a Chat", | ||
"contexts": ["fdc3.contact", "fdc3.contactList"] | ||
}, | ||
"ViewChart": { | ||
"displayName": "View Chart", | ||
"contexts": ["fdc3.instrument", "fdc3.instrumentList", "fdc3.portfolio", "fdc3.position"] | ||
}, | ||
"ViewContact": { | ||
"displayName": "View Contact Details", | ||
"contexts": ["fdc3.contact"] | ||
}, | ||
"ViewProfile": { | ||
"displayName": "View Profile", | ||
"contexts": ["fdc3.contact"] | ||
}, | ||
"ViewQuote": { | ||
"displayName": "View Quote", | ||
"contexts": ["fdc3.instrument"] | ||
}, | ||
"ViewNews": { | ||
"displayName": "View News", | ||
"contexts": [ | ||
"fdc3.country", | ||
"fdc3.instrument", | ||
"fdc3.instrumentList", | ||
"fdc3.organization", | ||
"fdc3.portfolio" | ||
] | ||
}, | ||
"ViewAnalysis": { | ||
"displayName": "View Analysis", | ||
"contexts": ["fdc3.instrument", "fdc3.organization", "fdc3.portfolio"] | ||
}, | ||
"ViewInstrument": { | ||
"displayName": "View Instrument", | ||
"contexts": ["fdc3.instrument", "fdc3.instrumentList"] | ||
} | ||
} | ||
}, | ||
"userChannels": {}, | ||
"appChannels": [] | ||
} | ||
}, | ||
{ | ||
"appId": "fdc3-context-view-2-0", | ||
"name": "fdc3-context-view-2-0", | ||
"title": "Context using FDC3 (2.0)", | ||
"description": "This view allows you to experiment with the broadcasting and listening of contexts using the fdc3 api.", | ||
"categories": ["developer tools", "tools", "training"], | ||
"version": "2.0.0", | ||
"tooltip": "Context using FDC3", | ||
"lang": "en-US", | ||
"icons": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/dev-extensions/extensions/vnext/common/favicon-32x32.png" | ||
} | ||
], | ||
"screenshots": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/dev-extensions/extensions/vnext/interop/images/previews/view-context-fdc3.png", | ||
"label": "Contexts using FDC3" | ||
} | ||
], | ||
"contactEmail": "[email protected]", | ||
"supportEmail": "[email protected]", | ||
"publisher": "OpenFin", | ||
"type": "web", | ||
"details": { | ||
"url": "http://localhost:7070/fdc3/context/2-0/fdc3-broadcast-view.html" | ||
}, | ||
"interop": {} | ||
}, | ||
{ | ||
"appId": "fdc3-local-context-view-2-0", | ||
"name": "fdc3-local-context-view-2-0", | ||
"title": "Test Context App using FDC3 (2.0)", | ||
"description": "This view allows you to experiment with the broadcasting and listening of contexts using the fdc3 api.", | ||
"categories": ["developer tools", "tools", "training"], | ||
"version": "2.0.0", | ||
"tooltip": "Context using FDC3", | ||
"lang": "en-US", | ||
"icons": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/dev-extensions/extensions/vnext/common/favicon-32x32.png" | ||
} | ||
], | ||
"screenshots": [], | ||
"contactEmail": "[email protected]", | ||
"supportEmail": "[email protected]", | ||
"publisher": "OpenFin", | ||
"type": "web", | ||
"details": { | ||
"url": "https://built-on-openfin.github.io/web-starter/web/vnext/web-interop-support-context-and-intents/views/fdc3-view.html" | ||
}, | ||
"interop": {} | ||
}, | ||
{ | ||
"appId": "interop-intent-view-2-0", | ||
"name": "interop-intent-view-2-0", | ||
"title": "Intents using Interop API", | ||
"description": "This view allows you to experiment with the raising and listening of intents using the interop api.", | ||
"categories": ["developer tools", "tools", "training"], | ||
"version": "2.0.0", | ||
"tooltip": "Intents using Interop API", | ||
"lang": "en-US", | ||
"icons": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/dev-extensions/extensions/vnext/common/favicon-32x32.png" | ||
} | ||
], | ||
"screenshots": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/dev-extensions/extensions/vnext/interop/images/previews/view-context-interop-api.png", | ||
"label": "Intents using FDC3" | ||
} | ||
], | ||
"contactEmail": "[email protected]", | ||
"supportEmail": "[email protected]", | ||
"publisher": "OpenFin", | ||
"type": "web", | ||
"details": { | ||
"url": "http://localhost:7070/interop-api/intent/interop-intent-view.html" | ||
}, | ||
"interop": { | ||
"intents": { | ||
"listensFor": { | ||
"StartCall": { | ||
"displayName": "Start a Call", | ||
"contexts": ["fdc3.contact", "fdc3.contactList"] | ||
}, | ||
"StartChat": { | ||
"displayName": "Start a Chat", | ||
"contexts": ["fdc3.contact", "fdc3.contactList"] | ||
}, | ||
"ViewChart": { | ||
"displayName": "View Chart", | ||
"contexts": ["fdc3.instrument", "fdc3.instrumentList", "fdc3.portfolio", "fdc3.position"] | ||
}, | ||
"ViewContact": { | ||
"displayName": "View Contact Details", | ||
"contexts": ["fdc3.contact"] | ||
}, | ||
"ViewProfile": { | ||
"displayName": "View Profile", | ||
"contexts": ["fdc3.contact"] | ||
}, | ||
"ViewQuote": { | ||
"displayName": "View Quote", | ||
"contexts": ["fdc3.instrument"] | ||
}, | ||
"ViewNews": { | ||
"displayName": "View News", | ||
"contexts": [ | ||
"fdc3.country", | ||
"fdc3.instrument", | ||
"fdc3.instrumentList", | ||
"fdc3.organization", | ||
"fdc3.portfolio" | ||
] | ||
}, | ||
"ViewAnalysis": { | ||
"displayName": "View Analysis", | ||
"contexts": ["fdc3.instrument", "fdc3.organization", "fdc3.portfolio"] | ||
}, | ||
"ViewInstrument": { | ||
"displayName": "View Instrument", | ||
"contexts": ["fdc3.instrument", "fdc3.instrumentList"] | ||
} | ||
} | ||
}, | ||
"userChannels": {}, | ||
"appChannels": [] | ||
} | ||
}, | ||
{ | ||
"appId": "interop-local-context-view", | ||
"name": "interop-local-context-view", | ||
"title": "Test Context App using Interop API", | ||
"description": "This view allows you to experiment with the broadcasting and listening of contexts using the interop api.", | ||
"categories": ["developer tools", "tools", "training"], | ||
"version": "2.0.0", | ||
"tooltip": "Context using Interop API", | ||
"lang": "en-US", | ||
"icons": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/dev-extensions/extensions/vnext/common/favicon-32x32.png" | ||
} | ||
], | ||
"screenshots": [], | ||
"contactEmail": "[email protected]", | ||
"supportEmail": "[email protected]", | ||
"publisher": "OpenFin", | ||
"type": "web", | ||
"details": { | ||
"url": "https://built-on-openfin.github.io/web-starter/web/vnext/web-interop-support-context-and-intents/views/interop-view.html" | ||
}, | ||
"interop": {} | ||
} | ||
] | ||
"applications": [] | ||
} |
Oops, something went wrong.