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.ACTIVITY_MOTION", 19 "reason": "need user ohos.permission.ACTIVITY_MOTION", 20 "usedScene": { 21 "ability": [ 22 ".MainAbility" 23 ], 24 "when": "inuse" 25 } 26 }, 27 { 28 "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", 29 "reason": "user ohos.permission.GRANT_SENSITIVE_PERMISSIONS" 30 }, 31 { 32 "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", 33 "reason": "user ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" 34 } 35 ], 36 "package": "com.example.myapplication", 37 "name": ".myapplication", 38 "deviceType": [ 39 "default", 40 "tablet", 41 "2in1" 42 ], 43 "distro": { 44 "deliveryWithInstall": true, 45 "moduleName": "entry", 46 "moduleType": "entry" 47 }, 48 "abilities": [ 49 { 50 "visible": true, 51 "skills": [ 52 { 53 "entities": [ 54 "entity.system.home" 55 ], 56 "actions": [ 57 "action.system.home" 58 ] 59 } 60 ], 61 "name": "com.example.myapplication.MainAbility", 62 "icon": "$media:icon", 63 "description": "$string:mainability_description", 64 "label": "PedometerJsTest", 65 "type": "page", 66 "launchType": "standard" 67 } 68 ], 69 "js": [ 70 { 71 "pages": [ 72 "pages/index/index" 73 ], 74 "name": "default", 75 "window": { 76 "designWidth": 720, 77 "autoDesignWidth": false 78 } 79 } 80 ] 81 } 82 } 83