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 ], 23 "distro": { 24 "deliveryWithInstall": true, 25 "moduleName": "entry", 26 "moduleType": "entry" 27 }, 28 "abilities": [ 29 { 30 "visible": true, 31 "skills": [ 32 { 33 "entities": [ 34 "entity.system.home" 35 ], 36 "actions": [ 37 "action.system.home" 38 ] 39 } 40 ], 41 "name": ".MainAbility", 42 "srcLanguage": "js", 43 "icon": "$media:icon", 44 "description": "$string:mainability_description", 45 "formsEnabled": false, 46 "label": "FaultLogjs test", 47 "type": "page", 48 "launchType": "standard" 49 } 50 ], 51 "js": [ 52 { 53 "pages": [ 54 "pages/index/index" 55 ], 56 "name": "default", 57 "window": { 58 "designWidth": 720, 59 "autoDesignWidth": false 60 } 61 } 62 ] 63 } 64} 65