{
	"name": "HERE Web Interop",
	"short_name": "WebInterop",
	"start_url": "./platform/provider.html",
	"display": "standalone",
	"background_color": "#fff",
	"description": "An example showing a implementation of the OpenFin Web Interop Library.",
	"icons": [
		{
			"src": "common/images/icon.png",
			"sizes": "72x72",
			"type": "image/png"
		}
	],
	"related_applications": [],
	"custom_settings": {
		"platform": {
			"interop": {
				"sharedWorkerUrl": "https://built-on-openfin.github.io/web-starter/web/v23.0.0/web-interop/js/shared-worker.bundle.js",
				"brokerUrl": "https://built-on-openfin.github.io/web-starter/web/v23.0.0/web-interop/platform/iframe-broker.html",
				"providerId": "support-context-and-intents",
				"defaultContextGroup": "green"
			},
			"layout": {
				"panels": {
					"left": {
						"url": "https://built-on-openfin.github.io/web-starter/web/v23.0.0/web-interop/views/fdc3-panel.html",
						"frameId": "left-panel",
						"frameContainerId": "left-panel-container"
					}
				},
				"layoutContainerId": "layout_container",
				"defaultLayout": "https://built-on-openfin.github.io/web-starter/web/v23.0.0/web-interop/layouts/default.layout.fin.json"
			}
		}
	}
}
