Files
HarmonyOS--waterapp/AppScope/app.json5
T
2026-07-13 12:06:16 +08:00

12 lines
235 B
Plaintext

{
"app": {
"bundleName": "com.example.waterapp",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",
"buildVersion": "1",
"icon": "$media:layered_image",
"label": "$string:app_name"
}
}