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