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