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 "default", 19 "phone" 20 ], 21 "distro": { 22 "deliveryWithInstall": true, 23 "moduleName": "entry", 24 "moduleType": "entry", 25 "installationFree": true 26 }, 27 "abilities": [ 28 { 29 "skills": [ 30 { 31 "entities": [ 32 "entity.system.home" 33 ], 34 "actions": [ 35 "action.system.home" 36 ] 37 } 38 ], 39 "orientation": "unspecified", 40 "visible": true, 41 "srcPath": "MainAbility", 42 "name": ".MainAbility", 43 "srcLanguage": "js", 44 "icon": "$media:icon", 45 "description": "$string:description_mainability", 46 "formsEnabled": false, 47 "label": "$string:entry_MainAbility", 48 "type": "page", 49 "launchType": "standard" 50 } 51 ], 52 "reqPermissions": [ 53 { 54 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 55 } 56 ], 57 "js": [ 58 { 59 "pages": [ 60 "pages/index/index", 61 "pages/add/add", 62 "pages/detail/detail" 63 ], 64 "name": ".MainAbility", 65 "window": { 66 "designWidth": 720, 67 "autoDesignWidth": false 68 } 69 } 70 ] 71 } 72}