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