1{ 2 "app": { 3 "bundleName": "ohos.acts.distributeddatamgr.pasteboard", 4 "vendor": "acts", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 }, 9 "apiVersion": { 10 "compatible": 4, 11 "target": 5 12 } 13 }, 14 "deviceConfig": {}, 15 "module": { 16 "package": "ohos.acts.distributeddatamgr.pasteboard", 17 "name": ".MyApplication", 18 "deviceType": [ 19 "tablet", 20 "default" 21 ], 22 "distro": { 23 "deliveryWithInstall": true, 24 "moduleName": "entry", 25 "moduleType": "entry" 26 }, 27 "reqPermissions": [ 28 29 ], 30 "abilities": [ 31 { 32 "visible": true, 33 "skills": [ 34 { 35 "entities": [ 36 "entity.system.home" 37 ], 38 "actions": [ 39 "action.system.home" 40 ] 41 } 42 ], 43 "name": "ohos.acts.distributeddatamgr.pasteboard.MainAbility", 44 "icon": "$media:icon", 45 "description": "$string:mainability_description", 46 "label": "$string:app_name", 47 "type": "page", 48 "launchType": "standard" 49 } 50 ], 51 "js": [ 52 { 53 "pages": [ 54 "pages/index/index" 55 ], 56 "name": "default", 57 "window": { 58 "designWidth": 720, 59 "autoDesignWidth": false 60 } 61 } 62 ] 63 } 64} 65