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