1{ 2 "app": { 3 "bundleName": "com.ohos.radiostatistic", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "com.ohos.radiostatistic", 13 "name": ".entry_test", 14 "mainAbility": ".TestAbility", 15 "deviceType": [ 16 "default", 17 "tablet" 18 ], 19 "distro": { 20 "deliveryWithInstall": true, 21 "moduleName": "entry_test", 22 "moduleType": "feature", 23 "installationFree": false 24 }, 25 "abilities": [ 26 { 27 "skills": [ 28 { 29 "entities": [ 30 "entity.system.home" 31 ], 32 "actions": [ 33 "action.system.home" 34 ] 35 } 36 ], 37 "orientation": "unspecified", 38 "visible": true, 39 "srcPath": "TestAbility", 40 "name": ".TestAbility", 41 "srcLanguage": "ets", 42 "icon": "$media:icon", 43 "description": "$string:TestAbility_desc", 44 "formsEnabled": false, 45 "label": "$string:TestAbility_label", 46 "type": "page", 47 "launchType": "standard" 48 } 49 ], 50 "reqPermissions": [ 51 { 52 "name":"ohos.permission.GET_NETWORK_INFO", 53 "reason":"need use ohos.permission.GET_NETWORK_INFO" 54 } 55 ], 56 "js": [ 57 { 58 "mode": { 59 "syntax": "ets", 60 "type": "pageAbility" 61 }, 62 "pages": [ 63 "pages/index" 64 ], 65 "name": ".TestAbility", 66 "window": { 67 "designWidth": 720, 68 "autoDesignWidth": false 69 } 70 } 71 ] 72 } 73}