1{ 2 "app": { 3 "bundleName": "ohos.samples.jsworker", 4 "version": { 5 "code": 1000000, 6 "name": "1.0.0" 7 } 8 }, 9 "deviceConfig": {}, 10 "module": { 11 "package": "ohos.samples.jsworker", 12 "name": ".MyApplication", 13 "mainAbility": ".MainAbility", 14 "deviceType": [ 15 "default", 16 "tablet" 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 "visible": true, 38 "srcPath": "MainAbility", 39 "name": ".MainAbility", 40 "srcLanguage": "js", 41 "icon": "$media:icon", 42 "description": "$string:description_mainability", 43 "label": "$string:entry_MainAbility", 44 "type": "page", 45 "launchType": "standard" 46 } 47 ], 48 "js": [ 49 { 50 "pages": [ 51 "pages/index/index" 52 ], 53 "name": ".MainAbility", 54 "window": { 55 "designWidth": 720, 56 "autoDesignWidth": false 57 } 58 } 59 ] 60 } 61}