{
	"name": "HERE Support Context and Intents",
	"short_name": "SupportInteropContextAndIntents",
	"start_url": "./platform/provider.html",
	"display": "standalone",
	"background_color": "#fff",
	"description": "An example showing a implementation of the HERE Core Web Library to support context and intents as well as layouts.",
	"icons": [
		{
			"src": "common/images/icon.png",
			"sizes": "72x72",
			"type": "image/png"
		}
	],
	"related_applications": [],
	"custom_settings": {
		"endpointProvider": {
			"endpoints": [
				{
					"id": "platform-settings",
					"type": "fetch",
					"options": {
						"method": "GET",
						"url": "https://built-on-openfin.github.io/web-starter/web/v23.0.0/web-interop-support-context-and-intents/settings.json"
					}
				}
			]
		}
	}
}
