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