{
	"sap.app": {
		"id": "sap.ui.core.sample.Html",
		"applicationVersion": {
			"version": "1.0.0"
		}
	},
	"sap.ui5": {
		"rootView": {
			"viewName": "sap.ui.core.sample.Html.Html",
			"type": "XML",
			"async": true
		},
		"dependencies": {
			"libs": {
				"sap.ui.core": {},
				"sap.ui.layout": {}
			}
		},
		"config": {
			"sample": {
				"stretch": true,
				"files": [
					"Html.view.xml",
					"manifest.json"
				]
			}
		}
	}
}