1{ 2 "module": { 3 "name": "entry_test", 4 "type": "entry", 5 "srcEntrance": "./ets/Application/TestAbilityStage.ts", 6 "description": "$string:entry_test_desc", 7 "mainElement": "MainAbility", 8 "deviceTypes": [ 9 "phone", 10 "default", 11 "tablet" 12 ], 13 "requestPermissions": [ 14 { "name" : "ohos.permission.APP_TRACKING_CONSENT" } 15 ], 16 "deliveryWithInstall": true, 17 "installationFree": false, 18 "pages": "$profile:main_pages", 19 "abilities": [ 20 { 21 "name": "MainAbility", 22 "srcEntrance": "./ets/MainAbility/MainAbility.ts", 23 "description": "$string:TestAbility_desc", 24 "icon": "$media:icon", 25 "label": "$string:TestAbility_label", 26 "visible": true, 27 "startWindowIcon": "$media:icon", 28 "startWindowBackground": "$color:white", 29 "skills": [ 30 { 31 "actions": [ 32 "action.system.home" 33 ], 34 "entities": [ 35 "entity.system.home" 36 ] 37 } 38 ] 39 } 40 ] 41 } 42} 43