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