1{ 2 "app": { 3 "vendor": "ohos", 4 "bundleName": "com.ohos.system_fetch", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 }, 9 "apiVersion": { 10 "compatible": 4, 11 "target": 5, 12 "releaseType": "Release" 13 } 14 }, 15 "deviceConfig": {}, 16 "module": { 17 "name": ".entry", 18 "mainAbility": ".MainAbility", 19 "srcPath":"", 20 "deviceType": [ 21 "tablet", 22 "default", 23 "phone", 24 "tablet" 25 ], 26 "abilities": [ 27 { 28 "skills": [ 29 { 30 "entities": [ 31 "entity.system.home" 32 ], 33 "actions": [ 34 "action.system.home" 35 ] 36 } 37 ], 38 "orientation": "unspecified", 39 "formsEnabled": false, 40 "name": ".MainAbility", 41 "srcLanguage": "js", 42 "srcPath": "MainAbility", 43 "icon": "$media:icon", 44 "description": "$string:MainAbility_desc", 45 "label": "$string:MainAbility_label", 46 "type": "page", 47 "visible": true, 48 "launchType": "standard" 49 }, 50 { 51 "orientation": "unspecified", 52 "formsEnabled": false, 53 "name": ".TestAbility", 54 "srcLanguage": "js", 55 "srcPath": "TestAbility", 56 "icon": "$media:icon", 57 "description": "$string:TestAbility_desc", 58 "label": "$string:TestAbility_label", 59 "type": "page", 60 "visible": true, 61 "launchType": "standard" 62 } 63 ], 64 "distro": { 65 "moduleType": "entry", 66 "installationFree": false, 67 "deliveryWithInstall": true, 68 "moduleName": "entry" 69 }, 70 "reqPermissions": [ 71 { 72 "name":"ohos.permission.INTERNET", 73 "reason":"need use ohos.permission.INTERNET" 74 } 75 ], 76 "package": "com.ohos.system_fetch", 77 "js": [ 78 { 79 "pages": [ 80 "pages/index/index" 81 ], 82 "name": "default", 83 "window": { 84 "designWidth": 720, 85 "autoDesignWidth": false 86 } 87 }, 88 { 89 "pages": [ 90 "pages/index/index" 91 ], 92 "name": ".TestAbility", 93 "window": { 94 "designWidth": 720, 95 "autoDesignWidth": false 96 } 97 } 98 ], 99 "testRunner": { 100 "name": "OpenHarmonyTestRunner", 101 "srcPath": "TestRunner" 102 } 103 } 104}