diff --git a/how-to/web-interop/public/manifest.json b/how-to/web-interop/public/manifest.json index d8be5c6..21ad413 100644 --- a/how-to/web-interop/public/manifest.json +++ b/how-to/web-interop/public/manifest.json @@ -14,17 +14,24 @@ ], "related_applications": [], "custom_settings": { - "endpointProvider": { - "endpoints": [ - { - "id": "platform-settings", - "type": "fetch", - "options": { - "method": "GET", - "url": "http://localhost:6060/settings.json" - } - } - ] + "platform": { + "interop": { + "sharedWorkerUrl": "http://localhost:6060/js/shared-worker.bundle.js", + "brokerUrl": "http://localhost:6060/platform/iframe-broker.html", + "providerId": "support-context-and-intents", + "defaultContextGroup": "green" + }, + "layout": { + "panels": { + "left": { + "url": "http://localhost:6060/views/fdc3-panel.html", + "frameId": "left-panel", + "frameContainerId": "left-panel-container" + } + }, + "layoutContainerId": "layout_container", + "defaultLayout": "http://localhost:6060/layouts/default.layout.fin.json" + } } } }