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