1{ 2 "app": { 3 "bundleName": "com.ohos.distributedjstest", 4 "vendor": "dcts", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "com.ohos.distributedjstest", 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 "abilities": [ 30 { 31 "skills": [ 32 { 33 "entities": [ 34 "entity.system.home" 35 ], 36 "actions": [ 37 "action.system.home" 38 ] 39 } 40 ], 41 "orientation": "unspecified", 42 "formsEnabled": false, 43 "name": ".MainAbility", 44 "srcLanguage": "js", 45 "srcPath": "MainAbility", 46 "icon": "$media:icon", 47 "description": "$string:MainAbility_desc", 48 "label": "$string:MainAbility_label", 49 "type": "page", 50 "visible": true, 51 "launchType": "standard" 52 } 53 ], 54 "js": [ 55 { 56 "pages": [ 57 "pages/index/index" 58 ], 59 "name": ".MainAbility", 60 "window": { 61 "designWidth": 720, 62 "autoDesignWidth": false 63 } 64 } 65 ] 66 } 67}