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