1{ 2 "module": { 3 "name": "entry", 4 "type": "entry", 5 "description": "$string:module_desc", 6 "mainElement": "EntryAbility", 7 "deviceTypes": [ 8 "phone" 9 ], 10 "deliveryWithInstall": true, 11 "installationFree": false, 12 "pages": "$profile:main_pages", 13 "abilities": [ 14 { 15 "name": "EntryAbility", 16 "srcEntry": "./ets/entryability/EntryAbility.ets", 17 "description": "$string:EntryAbility_desc", 18 "icon": "$media:layered_image", 19 "label": "$string:EntryAbility_label", 20 "startWindowIcon": "$media:startIcon", 21 "startWindowBackground": "$color:start_window_background", 22 "exported": true, 23 "skills": [ 24 { 25 "entities": [ 26 "entity.system.home" 27 ], 28 "actions": [ 29 "ohos.want.action.home" 30 ] 31 } 32 ] 33 } 34 ] 35 } 36}