1{ 2 "module": { 3 "name": "phone", 4 "type": "entry", 5 "srcEntrance": "./ets/Application/AbilityStage.ts", 6 "description": "$string:phone_entry_dsc", 7 "mainElement": "MainAbility", 8 "deviceTypes": [ 9 "tablet", 10 "default", 11 "phone", 12 "2in1", 13 "wearable" 14 ], 15 "deliveryWithInstall": true, 16 "installationFree": false, 17 "uiSyntax": "ets", 18 "pages": "$profile:main_pages", 19 "metadata": [ 20 { 21 "name": "ArkTSPartialUpdate", 22 "value": "true" 23 } 24 ], 25 "abilities": [ 26 { 27 "name": "com.example.myapplication.MainAbility", 28 "srcEntrance": "./ets/MainAbility/MainAbility.ts", 29 "description": "$string:phone_entry_main", 30 "icon": "$media:icon", 31 "label": "$string:entry_label", 32 "visible": true, 33 "orientation": "portrait", 34 "skills": [ 35 { 36 "actions": [ 37 "action.system.home" 38 ], 39 "entities": [ 40 "entity.system.home" 41 ] 42 } 43 ] 44 } 45 ], 46 "requestPermissions": [ 47 { 48 "name": "ohos.permission.LOCATION" 49 }, 50 { 51 "name": "ohos.permission.INTERNET" 52 } 53 ] 54 } 55}