• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.ohos.hag.famanager",
4    "vendor": "example",
5    "versionCode": 999999999,
6    "versionName": "99.99.99.999",
7    "icon": "$media:app_icon",
8    "label": "$string:app_name",
9    "description": "description_application",
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}