1{ 2 "app": { 3 "bundleName": "com.ohos.hiviewtest.faultlogjs", 4 "vendor": "ohos", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 }, 9 "apiVersion": { 10 "compatible":7, 11 "target":7 12 } 13 }, 14 "deviceConfig": {}, 15 "module": { 16 "package": "com.ohos.hiviewtest.faultlogjs", 17 "name": ".MyApplication", 18 "deviceType": [ 19 "default", 20 "phone", 21 "tablet", 22 "2in1" 23 ], 24 "distro": { 25 "deliveryWithInstall": true, 26 "moduleName": "entry", 27 "moduleType": "entry" 28 }, 29 "abilities": [ 30 { 31 "visible": true, 32 "skills": [ 33 { 34 "entities": [ 35 "entity.system.home" 36 ], 37 "actions": [ 38 "action.system.home" 39 ] 40 } 41 ], 42 "name": ".MainAbility", 43 "srcLanguage": "js", 44 "icon": "$media:icon", 45 "description": "$string:mainability_description", 46 "formsEnabled": false, 47 "label": "FaultLogjs test", 48 "type": "page", 49 "launchType": "standard" 50 } 51 ], 52 "js": [ 53 { 54 "pages": [ 55 "pages/index/index" 56 ], 57 "name": "default", 58 "window": { 59 "designWidth": 720, 60 "autoDesignWidth": false 61 } 62 } 63 ] 64 } 65} 66