62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"app": {
|
|
"bundleName": "com.trulymem.app",
|
|
"vendor": "trulymem",
|
|
"versionCode": 1000001,
|
|
"versionName": "1.0.0",
|
|
"icon": "$media:layered_image",
|
|
"label": "$string:app_name",
|
|
"apiReleaseType": "Release",
|
|
"compileSdkVersion": "6.1.0.105",
|
|
"targetAPIVersion": 60100023,
|
|
"minAPIVersion": 60100023,
|
|
"compileSdkType": "HarmonyOS",
|
|
"targetMinorAPIVersion": 0,
|
|
"targetPatchAPIVersion": 0,
|
|
"appEnvironments": [],
|
|
"bundleType": "app",
|
|
"buildMode": "debug",
|
|
"debug": true,
|
|
"iconId": 16777216,
|
|
"labelId": 16777219
|
|
},
|
|
"module": {
|
|
"name": "entry",
|
|
"type": "entry",
|
|
"description": "$string:module_desc",
|
|
"mainElement": "EntryAbility",
|
|
"deviceTypes": ["phone", "tablet", "2in1"],
|
|
"deliveryWithInstall": true,
|
|
"installationFree": false,
|
|
"pages": "$profile:main_pages",
|
|
"abilities": [{
|
|
"name": "EntryAbility",
|
|
"srcEntry": "./ets/entryability/EntryAbility.ets",
|
|
"description": "$string:EntryAbility_desc",
|
|
"icon": "$media:layered_image",
|
|
"label": "$string:EntryAbility_label",
|
|
"startWindowIcon": "$media:startIcon",
|
|
"startWindowBackground": "$color:start_window_background",
|
|
"exported": true,
|
|
"skills": [{
|
|
"entities": ["entity.system.home"],
|
|
"actions": ["action.system.home"]
|
|
}],
|
|
"descriptionId": 16777217,
|
|
"iconId": 16777216,
|
|
"labelId": 16777218,
|
|
"startWindowIconId": 16777222,
|
|
"startWindowBackgroundId": 16777221
|
|
}],
|
|
"requestPermissions": [{
|
|
"name": "ohos.permission.INTERNET"
|
|
}, {
|
|
"name": "ohos.permission.GET_NETWORK_INFO"
|
|
}],
|
|
"packageName": "entry",
|
|
"virtualMachine": "ark13.0.1.0",
|
|
"compileMode": "esmodule",
|
|
"dependencies": [],
|
|
"descriptionId": 16777220
|
|
}
|
|
} |