1{ 2 "module": { 3 "name": "entry", 4 "type": "entry", 5 "srcEntrance": "./ets/Application/MyAbilityStage.ts", 6 "description": "$string:mainability_description", 7 "mainElement": "com.ohos.contacts.MainAbility", 8 "deviceTypes": [ 9 "default", 10 "tablet" 11 ], 12 "deliveryWithInstall": true, 13 "installationFree": false, 14 "pages": "$profile:main_pages", 15 "metadata": [ 16 { 17 "name": "ArkTSPartialUpdate", 18 "value": "true" 19 } 20 ], 21 "abilities": [ 22 { 23 "name": "com.ohos.contacts.MainAbility", 24 "srcEntrance": "./ets/MainAbility/MainAbility.ts", 25 "description": "$string:mainability_description", 26 "icon": "$media:ic_contact_icon", 27 "label": "$string:app_name", 28 "startWindowIcon": "$media:white", 29 "startWindowBackground": "$color:detail_main_background", 30 "minWindowWidth": 320, 31 "minWindowHeight": 700, 32 "visible": true, 33 "skills": [ 34 { 35 "entities": [ 36 "entity.system.home" 37 ], 38 "actions": [ 39 "action.system.home" 40 ] 41 } 42 ], 43 } 44 ], 45 "extensionAbilities": [ 46 { 47 "description": "subscriber", 48 "label": "$string:missed_call", 49 "icon": "$media:ic_notification_call_missed", 50 "metadata": [ 51 { 52 "name": "ohos.extension.staticSubscriber", 53 "resource": "$profile:static_subscriber_config" 54 } 55 ], 56 "name": "Subscriber", 57 "srcEntry": "./ets/StaticSubscriber/StaticSubscriber.ts", 58 "type": "staticSubscriber", 59 "exported": true 60 }, 61 ], 62 "requestPermissions": [ 63 { 64 "name": "ohos.permission.VIBRATE" 65 }, 66 { 67 "name": "ohos.permission.READ_CONTACTS", 68 "reason": "$string:permission_read_write_contacts" 69 }, 70 { 71 "name": "ohos.permission.WRITE_CONTACTS", 72 "reason": "$string:permission_read_write_contacts" 73 }, 74 { 75 "name": "ohos.permission.MANAGE_VOICEMAIL", 76 "reason": "$string:permission_manage_voicemail" 77 }, 78 { 79 "name": "ohos.permission.READ_CALL_LOG", 80 "reason": "$string:permission_read_write_calllog" 81 }, 82 { 83 "name": "ohos.permission.WRITE_CALL_LOG", 84 "reason": "$string:permission_read_write_calllog" 85 }, 86 { 87 "name": "ohos.permission.PLACE_CALL" 88 }, 89 { 90 "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" 91 }, 92 { 93 "name": "ohos.permission.CONNECT_IME_ABILITY" 94 }, 95 { 96 "name": "ohos.permission.GET_TELEPHONY_STATE" 97 }, 98 { 99 "name": "ohos.permission.NOTIFICATION_CONTROLLER" 100 }, 101 { 102 "name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND" 103 }, 104 { 105 "name": "ohos.permission.GET_NETWORK_INFO" 106 }, 107 { 108 "name": "ohos.permission.SET_TELEPHONY_STATE" 109 } 110 ] 111 } 112}