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