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