1{ 2 "module": { 3 "name": "entry_test", 4 "type": "entry", 5 "srcEntrance": "./ets/Application/MyAbilityStage.ts", 6 "description": "$string:entry_desc", 7 "mainElement": "MainAbility", 8 "deviceTypes": [ 9 "tablet", 10 "default", 11 "phone" 12 ], 13 "deliveryWithInstall": true, 14 "installationFree": false, 15 "pages": "$profile:main_pages", 16 "metadata": [ 17 { 18 "name": "ArkTSPartialUpdate", 19 "value": "false" 20 } 21 ], 22 "abilities": [ 23 { 24 "name": "MainAbility", 25 "srcEntrance": "./ets/MainAbility/MainAbility.ts", 26 "description": "$string:MainAbility_desc", 27 "icon": "$media:icon", 28 "label": "$string:MainAbility_label", 29 "startWindowIcon": "$media:icon", 30 "startWindowBackground": "$color:white", 31 "visible": true, 32 "skills": [ 33 { 34 "entities": [ 35 "entity.system.home" 36 ], 37 "actions": [ 38 "action.system.home" 39 ] 40 } 41 ] 42 } 43 ], 44 "requestPermissions": [ 45 { 46 "name":"ohos.permission.SET_TIME", 47 "reason":"need use ohos.permission.SET_TIME." 48 }, 49 { 50 "name":"ohos.permission.SET_TIME_ZONE", 51 "reason":"need use ohos.permission.SET_TIME_ZONE." 52 } 53 ] 54 } 55}