{
	"_version": "1.12.0",
	"sap.app": {
		"id": "samples.components.sample",
		"type": "application",
		"i18n": "i18n/i18n.properties",
		"title": "{{appTitle}}",
		"description": "{{appDescription}}",
		"applicationVersion": {
			"version": "1.0.0"
		}
	},
	"sap.ui5": {
		"rootView": {
			"viewName": "samples.components.sample.views.Products",
			"type": "XML",
			"async": true,
			"id": "app"
		},
		"dependencies": {
			"minUI5Version": "1.38",
			"libs": {
				"sap.m": {},
				"sap.ui.core": {}
			}
		},
		"resources": {
			"js": [
				{
					"uri": "js/script.js"
				}
			],
			"css": [
				{
					"uri": "css/style.css"
				}
			]
		}
	}
}
