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