{ "_version": "1.86.0", "sap.app": { "id": "de.paulvincenthorn.weekorganizer.weekorganizerapp", "type": "application", "i18n": "i18n/i18n.properties", "applicationVersion": { "version": "0.0.1" }, "title": "{{appTitle}}", "description": "{{appDescription}}", "resources": "resources.json", "sourceTemplate": { "id": "@sap/generator-fiori:basic", "version": "1.30.0", "toolsId": "b7c06782-fca8-43d8-a212-9b16ef404db7" } }, "sap.ui": { "technology": "UI5", "icons": { "icon": "", "favIcon": "", "phone": "", "phone@2": "", "tablet": "", "tablet@2": "" }, "deviceTypes": { "desktop": true, "tablet": true, "phone": true } }, "sap.ui5": { "flexEnabled": true, "dependencies": { "minUI5Version": "1.151.0", "libs": { "sap.m": {}, "sap.ui.core": {} } }, "contentDensities": { "compact": true, "cozy": true }, "models": { "i18n": { "type": "sap.ui.model.resource.ResourceModel", "settings": { "bundleName": "de.paulvincenthorn.weekorganizer.weekorganizerapp.i18n.i18n" } } }, "resources": { "css": [ { "uri": "css/style.css" } ] }, "routing": { "config": { "routerClass": "sap.m.routing.Router", "controlAggregation": "pages", "controlId": "app", "transition": "slide", "type": "View", "viewType": "XML", "path": "de.paulvincenthorn.weekorganizer.weekorganizerapp.view", "async": true, "viewPath": "de.paulvincenthorn.weekorganizer.weekorganizerapp.view" }, "routes": [ { "name": "RouteMain", "pattern": ":?query:", "target": ["TargetMain"] } ], "targets": { "TargetMain": { "id": "Main", "name": "Main" } } }, "rootView": { "viewName": "de.paulvincenthorn.weekorganizer.weekorganizerapp.view.App", "type": "XML", "id": "App", "async": true } } }