1{ 2 "module": { 3 "name": "phone", 4 "type": "entry", 5 "srcEntrance": "./ets/Application/AbilityStage.ts", 6 "description": "$string:phone_entry_dsc", 7 "mainElement": "MainAbility", 8 "deviceTypes": [ 9 "default", 10 "tablet" 11 ], 12 "deliveryWithInstall": true, 13 "installationFree": false, 14 "uiSyntax": "ets", 15 "pages": "$profile:main_pages", 16 "metadata": [ 17 { 18 "name": "ArkTSPartialUpdate", 19 "value": "false" 20 } 21 ], 22 "abilities": [ 23 { 24 "name": "com.acts.killprocesshap.MainAbility", 25 "srcEntrance": "./ets/MainAbility/MainAbility.ts", 26 "description": "$string:phone_entry_main", 27 "icon": "$media:icon", 28 "label": "$string:entry_label", 29 "visible": true, 30 "orientation": "portrait", 31 "skills": [ 32 { 33 "actions": [ 34 "action.system.home" 35 ], 36 "entities": [ 37 "entity.system.home" 38 ] 39 } 40 ] 41 } 42 ] 43 44 } 45} 46