1{ 2 "app": { 3 "bundleName": "ohos.dms.jsDemo", 4 "vendor": "dms", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "ohos.dms.jsDemo", 13 "name": ".MyApplication", 14 "mainAbility": ".RemoteAbility", 15 "deviceType": [ 16 "tablet", 17 "default", 18 "phone" 19 ], 20 "distro": { 21 "deliveryWithInstall": true, 22 "moduleName": "entry", 23 "moduleType": "entry", 24 "installationFree": false 25 }, 26 "abilities": [ 27 { 28 "skills": [ 29 { 30 "entities": [ 31 "entity.system.home" 32 ], 33 "actions": [ 34 "action.system.home" 35 ] 36 } 37 ], 38 "orientation": "unspecified", 39 "visible": true, 40 "srcPath": "RemoteAbility", 41 "name": ".RemoteAbility", 42 "srcLanguage": "js", 43 "icon": "$media:icon", 44 "description": "$string:description_remoteability", 45 "formsEnabled": false, 46 "label": "$string:entry_MainAbility", 47 "type": "page", 48 "launchType": "standard" 49 }, 50 { 51 "orientation": "unspecified", 52 "visible": true, 53 "srcPath": "LocalAbility", 54 "name": ".LocalAbility", 55 "srcLanguage": "js", 56 "icon": "$media:icon", 57 "description": "$string:description_localability", 58 "formsEnabled": false, 59 "label": "$string:entry_MainAbility", 60 "type": "page", 61 "launchType": "standard" 62 }, 63 { 64 "visible": true, 65 "srcPath": "ServiceAbility", 66 "name": ".ServiceAbility", 67 "icon": "$media:icon", 68 "srcLanguage": "js", 69 "description": "$string:description_serviceability", 70 "type": "service" 71 } 72 ], 73 "js": [ 74 { 75 "pages": [ 76 "pages/index/index" 77 ], 78 "name": ".RemoteAbility", 79 "window": { 80 "designWidth": 720, 81 "autoDesignWidth": false 82 } 83 }, 84 { 85 "pages": [ 86 "pages/index/index" 87 ], 88 "name": ".LocalAbility", 89 "window": { 90 "designWidth": 720, 91 "autoDesignWidth": false 92 } 93 } 94 ] 95 } 96}