github.com/SAP/cloud-mta-build-tool@v1.2.27/integration/testdata/mtahtml5/ui5app/webapp/manifest.json (about)

     1  {
     2  	"_version": "1.8.0",
     3  	"company.app": {
     4  		"id": "aa.ui5app",
     5  		"type": "application",
     6  		"i18n": "i18n/i18n.properties",
     7  		"applicationVersion": {
     8  			"version": "1.0.0"
     9  		},
    10  		"title": "{{appTitle}}",
    11  		"description": "{{appDescription}}",
    12  		"sourceTemplate": {
    13  			"id": "html5moduletemplates.basicCOMPANYUI5ApplicationProjectModule",
    14  			"version": "1.40.12"
    15  		}
    16  	},
    17  
    18  	"company.ui": {
    19  		"technology": "UI5",
    20  		"icons": {
    21  			"icon": "",
    22  			"favIcon": "",
    23  			"phone": "",
    24  			"phone@2": "",
    25  			"tablet": "",
    26  			"tablet@2": ""
    27  		},
    28  		"deviceTypes": {
    29  			"desktop": true,
    30  			"tablet": true,
    31  			"phone": true
    32  		},
    33  		"supportedThemes": [
    34  			"company_hcb",
    35  			"company_belize"
    36  
    37  		]
    38  	},
    39  
    40  	"company.ui5": {
    41  		"rootView": {
    42  			"viewName": "aa.ui5app.view.View1",
    43  			"type": "XML"
    44  		},
    45  		"dependencies": {
    46  			"minUI5Version": "1.30.0",
    47  			"libs": {
    48  				"company.ui.core": {},
    49  				"company.m": {},
    50  				"company.ui.layout": {},
    51  				"company.ushell": {},
    52  				"company.collaboration": {},
    53  				"company.ui.comp": {},
    54  				"company.uxap": {}
    55  			}
    56  		},
    57  		"contentDensities": {
    58  			"compact": true,
    59  			"cozy": true
    60  		},
    61  		"models": {
    62  			"i18n": {
    63  				"type": "company.ui.model.resource.ResourceModel",
    64  				"settings": {
    65  					"bundleName": "aa.ui5app.i18n.i18n"
    66  				}
    67  			}
    68  		},
    69  		"resources": {
    70  			"css": [{
    71  				"uri": "css/style.css"
    72  			}]
    73  		},
    74  		"routing": {
    75  			"config": {
    76  				"routerClass": "company.m.routing.Router",
    77  				"viewType": "XML",
    78  				"async": true,
    79  				"viewPath": "aa.ui5app.view",
    80  				"controlAggregation": "pages",
    81  				"controlId": "idAppControl",
    82  				"clearControlAggregation": false
    83  			},
    84  			"routes": [{
    85  				"name": "RouteView1",
    86  				"pattern": "RouteView1",
    87  				"target": ["TargetView1"]
    88  			}],
    89  			"targets": {
    90  				"TargetView1": {
    91  					"viewType": "XML",
    92  					"transition": "slide",
    93  					"clearControlAggregation": false,
    94  					"viewName": "View1"
    95  				}
    96  			}
    97  		}
    98  	}
    99  }