1{ 2 "app": { 3 "apiVersion": { 4 "compatible": 6, 5 "releaseType": "Beta1", 6 "target": 7 7 }, 8 "vendor": "acts", 9 "bundleName": "ohos.acts.multimedia.audio.audioeventmanagement", 10 "version": { 11 "code": 1000000, 12 "name": "1.0.0" 13 } 14 }, 15 "deviceConfig": { 16 "default": { 17 "debug": true 18 } 19 }, 20 "module": { 21 "abilities": [ 22 { 23 "iconId": 16777218, 24 "skills": [ 25 { 26 "entities": [ 27 "entity.system.home" 28 ], 29 "actions": [ 30 "action.system.home" 31 ] 32 } 33 ], 34 "descriptionId": 16777217, 35 "visible": true, 36 "labelId": 16777216, 37 "icon": "$media:icon", 38 "name": "ohos.acts.multimedia.audio.audioeventmanagement.MainAbility", 39 "description": "$string:mainability_description", 40 "label": "$string:entry_MainAbility", 41 "type": "page", 42 "homeAbility": true, 43 "launchType": "standard" 44 } 45 ], 46 "deviceType": [ 47 "tablet", 48 "default", 49 "phone", 50 "tablet", 51 "tv", 52 "wearable" 53 ], 54 "mainAbility": "ohos.acts.multimedia.audio.audioeventmanagement.MainAbility", 55 "distro": { 56 "moduleType": "entry", 57 "installationFree": false, 58 "deliveryWithInstall": true, 59 "moduleName": "entry" 60 }, 61 "package": "ohos.acts.multimedia.audio.audioeventmanagement", 62 "name": ".MyApplication", 63 "js": [ 64 { 65 "pages": [ 66 "pages/index/index" 67 ], 68 "name": "default", 69 "window": { 70 "designWidth": 720, 71 "autoDesignWidth": true 72 } 73 } 74 ] 75 } 76}