{ "module": { "name": "phone", "type": "entry", "srcEntrance": "./ets/Application/AbilityStage.ts", "description": "$string:phone_entry_dsc", "mainElement": "MainAbility", "deviceTypes": [ "default", "phone" ], "deliveryWithInstall": true, "installationFree": false, "uiSyntax": "ets", "pages": "$profile:main_pages", "abilities": [{ "name": "TestAbility", "srcEntrance": "./ets/TestAbility/TestAbility.ts", "description": "$string:phone_entry_main", "icon": "$media:icon", "label": "$string:entry_label", "visible": true, "orientation": "portrait", "skills": [{ "actions": [ "action.system.home" ], "entities": [ "entity.system.home" ] }] }], "requestPermissions": [{ "name": "ohos.permission.READ_ACCESSIBILITY_CONFIG", "reason": "need use ohos.permission.READ_ACCESSIBILITY_CONFIG" }, { "name": "ohos.permission.WRITE_ACCESSIBILITY_CONFIG", "reason": "need use ohos.permission.WRITE_ACCESSIBILITY_CONFIG" } ] } }