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