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