1{ 2 "app": { 3 "bundleName": "com.example.mypowerapp", 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": "com.example.mypowerapp", 17 "name": ".entry", 18 "mainAbility": ".MainAbility", 19 "deviceType": [ 20 "wearable", 21 "default", 22 "tablet", 23 "2in1" 24 ], 25 "distro": { 26 "deliveryWithInstall": true, 27 "moduleName": "entry", 28 "moduleType": "entry", 29 "installationFree": false 30 }, 31 "reqPermissions": [ 32 { 33 "name": "ohos.permission.RUNNING_LOCK", 34 "reason": "use ohos.permission.RUNNING_LOCK" 35 } 36 ], 37 "abilities": [ 38 { 39 "skills": [ 40 { 41 "entities": [ 42 "entity.system.home" 43 ], 44 "actions": [ 45 "action.system.home" 46 ] 47 } 48 ], 49 "orientation": "unspecified", 50 "formsEnabled": false, 51 "name": ".MainAbility", 52 "srcLanguage": "js", 53 "srcPath": "MainAbility", 54 "icon": "$media:icon", 55 "description": "$string:MainAbility_desc", 56 "label": "$string:MainAbility_label", 57 "type": "page", 58 "visible": true, 59 "launchType": "standard" 60 } 61 ], 62 "js": [ 63 { 64 "pages": [ 65 "pages/index/index" 66 ], 67 "name": ".MainAbility", 68 "window": { 69 "designWidth": 720, 70 "autoDesignWidth": false 71 } 72 } 73 ] 74 } 75}