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