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