1{
2    "app":{
3        "bundleName":"com.acts.request",
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":8,
15        "targetAPIVersion":8,
16        "car":{
17            "apiCompatibleVersion":8,
18            "singleUser":false
19        }
20    }
21}