-
Notifications
You must be signed in to change notification settings - Fork 41
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 @ 2e4acd4 🚀
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -59,5 +59,51 @@ | |
"intents": [], | ||
"images": [], | ||
"tags": ["page", "openfin", "client", "interop", "fdc3", "contact"] | ||
}, | ||
{ | ||
"appId": "interop-broadcast-view", | ||
"name": "interop-broadcast-view", | ||
"title": "Context using Interop API", | ||
"description": "This is an example of setting and listening to context using the interop api and seeing a code sample of how to do it.", | ||
"manifest": "https://built-on-openfin.github.io/dev-extensions/extensions/v19.1.0/interop/interop-api/context/interop-broadcast-view.json", | ||
"manifestType": "view", | ||
"icons": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/workspace-starter/workspace/v19.1.0/workspace-platform-starter-basic/common/images/icon-blue.png" | ||
} | ||
], | ||
"contactEmail": "[email protected]", | ||
"supportEmail": "[email protected]", | ||
"publisher": "OpenFin", | ||
"intents": [], | ||
"images": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/dev-extensions/extensions/v19.1.0/interop/images/previews/view-context-interop-api.png" | ||
} | ||
], | ||
"tags": ["view", "interop", "tools"] | ||
}, | ||
{ | ||
"appId": "fdc3-context-view-2-0", | ||
"name": "fdc3-context-view-2-0", | ||
"title": "Context using FDC3 (2.0)", | ||
"description": "his view allows you to experiment with the broadcasting and listening of contexts using the fdc3 api.", | ||
"manifest": "https://built-on-openfin.github.io/dev-extensions/extensions/v19.1.0/interop/interop-api/context/interop-broadcast-view.json", | ||
"manifestType": "view", | ||
"icons": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/dev-extensions/extensions/v19.1.0/common/favicon-32x32.png" | ||
} | ||
], | ||
"contactEmail": "[email protected]", | ||
"supportEmail": "[email protected]", | ||
"publisher": "OpenFin", | ||
"intents": [], | ||
"images": [ | ||
{ | ||
"src": "https://built-on-openfin.github.io/dev-extensions/extensions/v19.1.0/interop/images/previews/view-context-fdc3.png" | ||
} | ||
], | ||
"tags": ["view", "interop", "fdc3", "tools"] | ||
} | ||
] |