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