{
	"_version": "1.1.0",

	"sap.app": {
		"_version": "1.1.0",
		"i18n": "i18n/i18n.properties",
		"id": "sap.ushell.plugins.rta-personalize",
		"title": "{{APP_TITLE}}",
		"type": "component",
		"applicationVersion": {
			"version": "1.0.0"
		},
		"ach": "CA-UI5-FL-RTA"
	},

	"sap.ui": {
		"_version": "1.1.0",
		"technology": "UI5",
		"supportedThemes": [
			"sap_hcb",
			"sap_bluecrystal"
		],
		"deviceTypes": {
			"desktop": true,
			"tablet": false,
			"phone": false
		}
	},

	"sap.ui5": {
		"_version": "1.1.0",
		"contentDensities": {
			"compact": true,
			"cozy": false
		},
		"dependencies": {
			"minUI5Version": "1.30.1",
			"libs": {
				"sap.ui.core": {
					"minVersion": "1.30.1"
				},
				"sap.m": {
					"minVersion": "1.30.1"
				},
				"sap.ui.dt": {
					"minVersion": "1.30.1",
					"lazy": true
				},
				"sap.ui.rta": {
					"minVersion": "1.30.1",
					"lazy": true
				}
			}
		},
		"models": {
			"i18n": {
				"type": "sap.ui.model.resource.ResourceModel",
				"uri": "i18n/i18n.properties"
			}
		}
	},
	"sap.flp": {
		"type": "plugin"
	}
}