app.json5 328 B

1234567891011121314
  1. {
  2. "app": {
  3. "bundleName": "com.ohos.launcher",
  4. "vendor": "ohos",
  5. "versionCode": 1000000,
  6. "versionName": "1.0.0",
  7. "icon": "$media:app_icon",
  8. "label": "$string:app_name",
  9. "distributedNotificationEnabled": true,
  10. "minAPIVersion": 10,
  11. "targetAPIVersion": 10,
  12. "userDataClearable": false
  13. }
  14. }