1{
2  "app": {
3    "bundleName": "com.acts.rpcrequest.test",
4    "vendor": "huawei",
5    "versionCode": 1000000,
6    "versionName": "1.0.0",
7    "debug": false,
8    "icon": "$media:icon",
9    "label": "$string:app_name",
10    "description": "$string:description_application",
11    "distributedNotificationEnabled": true,
12    "keepAlive": true,
13    "singleUser": true,
14    "minAPIVersion": 9,
15    "targetAPIVersion": 9,
16    "car": {
17        "apiCompatibleVersion": 9,
18        "singleUser": false
19    }
20}
21}
22