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