{

	"name": "samples.manifestfirst.customer.Component",

	"sap.app": {
		"id": "samples.manifestfirst.customer",
		"applicationVersion": {
			"version": "1.0.0"
		}
	},

	"sap.ui5": {

		"rootView": {
			"viewName": "samples.manifestfirst.customer.view.Main",
			"type": "XML",
			"async": true,
			"id": "app"
		}

	}

}
