1{ 2 "app": { 3 "bundleName": "com.ohos.acecollaboration", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "com.ohos.acecollaboration.MyApplication", 13 "name": ".entry1", 14 "mainAbility": ".MainAbility", 15 "deviceType": [ 16 "default", 17 "wearable", 18 "tablet", 19 "2in1" 20 ], 21 "distro": { 22 "deliveryWithInstall": true, 23 "moduleName": "entry1", 24 "moduleType": "entry", 25 "installationFree": false 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 "formsEnabled": false, 41 "name": ".MainAbility1", 42 "srcLanguage": "ets", 43 "srcPath": "MainAbility", 44 "icon": "$media:icon", 45 "description": "$string:MainAbility_desc", 46 "label": "$string:MainAbility_label", 47 "type": "page", 48 "visible": true, 49 "launchType": "standard" 50 } 51 ], 52 "reqPermissions": [ 53 { 54 "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" 55 }, 56 { 57 "name": "ohos.permission.GET_BUNDLE_INFO" 58 } 59 ], 60 "js": [ 61 { 62 "mode": { 63 "syntax": "ets", 64 "type": "pageAbility" 65 }, 66 "pages": [ 67 "pages/index" 68 ], 69 "name": ".MainAbility1", 70 "window": { 71 "designWidth": 720, 72 "autoDesignWidth": false 73 } 74 } 75 ] 76 } 77}