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