app.json5 229 B

1234567891011
  1. {
  2. "app": {
  3. "bundleName": "com.lawniou.ui",
  4. "vendor": "example",
  5. "versionCode": 1000000,
  6. "versionName": "1.0.0",
  7. "buildVersion": "1",
  8. "icon": "$media:layered_image",
  9. "label": "$string:app_name"
  10. }
  11. }