{
	"sap.app": {
		"id": "testdata.keepAlive.noKeepAlive"
	},
	"sap.ui5": {
		"keepAlive": {
			"supported": false
		},
		"dependencies": {
			"libs": {}
		},
		"rootView": {
			"viewName": "testdata.keepAlive.noKeepAlive.App",
			"type": "XML",
			"async": true,
			"id": "appView"
		},
		"routing": {
			"config": {
				"routerClass": "sap.m.routing.Router",
				"viewType": "XML",
				"path": "testdata.keepAlive.noKeepAlive",
				"controlId": "app",
				"controlAggregation": "pages",
				"transition": "slide",
				"async": true
			},
			"routes": [
				{
					"name": "home",
					"pattern": "",
					"target": "homeTarget"
				},
				{
					"name": "other",
					"pattern": "other",
					"target": "otherTarget"
				}
			],
			"targets": {
				"homeTarget": {
					"type": "View",
					"id": "homeView",
					"name": "Home"
				},
				"otherTarget": {
					"type": "View",
					"id": "otherView",
					"name": "Other"
				}
			}
		}
	}
}