1{ 2 "app": { 3 "bundleName": "ohos.samples.jsaudioplayer", 4 "version": { 5 "code": 1000000, 6 "name": "1.0.0" 7 } 8 }, 9 "deviceConfig": {}, 10 "module": { 11 "package": "ohos.samples.jsaudioplayer", 12 "name": ".MyApplication", 13 "mainAbility": ".MainAbility", 14 "deviceType": [ 15 "default" 16 ], 17 "distro": { 18 "deliveryWithInstall": true, 19 "moduleName": "entry", 20 "moduleType": "entry", 21 "installationFree": false 22 }, 23 "abilities": [ 24 { 25 "skills": [ 26 { 27 "entities": [ 28 "entity.system.home" 29 ], 30 "actions": [ 31 "action.system.home" 32 ] 33 } 34 ], 35 "orientation": "unspecified", 36 "visible": true, 37 "name": ".MainAbility", 38 "icon": "$media:icon", 39 "srcLanguage": "js", 40 "srcPath": "default", 41 "description": "$string:mainability_description", 42 "label": "$string:entry_MainAbility", 43 "type": "page", 44 "launchType": "singleton" 45 } 46 ], 47 "js": [ 48 { 49 "pages": [ 50 "pages/index/index" 51 ], 52 "name": ".MainAbility" 53 } 54 ] 55 } 56}