1{ 2 "app": { 3 "bundleName": "com.test.webGL", 4 "vendor": "test", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 }, 9 "apiVersion": { 10 "compatible": 5, 11 "target": 5 12 } 13 }, 14 "deviceConfig": {}, 15 "module": { 16 "package": "com.test.webGL", 17 "name": ".MyApplication", 18 "deviceType": [ 19 "tablet", 20 "default", 21 "phone" 22 ], 23 "distro": { 24 "deliveryWithInstall": true, 25 "moduleName": "entry", 26 "moduleType": "entry" 27 }, 28 "abilities": [ 29 { 30 "skills": [ 31 { 32 "entities": [ 33 "entity.system.home" 34 ], 35 "actions": [ 36 "action.system.home" 37 ] 38 } 39 ], 40 "orientation": "unspecified", 41 "formsEnabled": false, 42 "name": "com.test.webGL.MainAbility", 43 "srcLanguage": "js", 44 "srcPath": "MainAbility", 45 "icon": "$media:icon", 46 "description": "$string:MainAbility_desc", 47 "label": "$string:MainAbility_label", 48 "type": "page", 49 "visible": true, 50 "launchType": "standard" 51 }, 52 { 53 "orientation": "unspecified", 54 "formsEnabled": false, 55 "name": ".TestAbility", 56 "srcLanguage": "js", 57 "srcPath": "TestAbility", 58 "icon": "$media:icon", 59 "description": "$string:TestAbility_desc", 60 "label": "$string:TestAbility_label", 61 "type": "page", 62 "visible": true, 63 "launchType": "standard" 64 } 65 ], 66 "js": [ 67 { 68 "pages": [ 69 "pages/index/index" 70 ], 71 "name": "default", 72 "window": { 73 "designWidth": 720, 74 "autoDesignWidth": false 75 } 76 }, 77 { 78 "pages": [ 79 "pages/index/index" 80 ], 81 "name": ".TestAbility", 82 "window": { 83 "designWidth": 720, 84 "autoDesignWidth": false 85 } 86 } 87 ], 88 "testRunner": { 89 "name": "OpenHarmonyTestRunner", 90 "srcPath": "TestRunner" 91 }, 92 "mainAbility": ".MainAbility", 93 "srcPath": "" 94 } 95} 96