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