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