• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.open.harmony.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": 7
13    }
14  },
15  "deviceConfig": {},
16  "module": {
17    "package": "com.open.harmony.inputMethodtest",
18    "name": ".MyApplication",
19    "mainAbility": "com.open.harmony.inputMethodtest.MainAbility",
20    "deviceType": [
21      "phone"
22    ],
23    "distro": {
24      "deliveryWithInstall": true,
25      "moduleName": "entry",
26      "moduleType": "entry",
27      "installationFree": false
28    },
29    "abilities": [
30      {
31        "skills": [
32          {
33            "entities": [
34              "entity.system.home"
35            ],
36            "actions": [
37              "action.system.home"
38            ]
39          }
40        ],
41        "orientation": "unspecified",
42        "visible": true,
43        "srcPath": "MainAbility",
44        "name": ".MainAbility",
45        "srcLanguage": "ets",
46        "icon": "$media:icon",
47        "description": "$string:description_mainability",
48        "formsEnabled": false,
49        "label": "$string:entry_MainAbility",
50        "type": "page",
51        "launchType": "standard"
52      }
53    ],
54    "js": [
55      {
56        "mode": {
57          "syntax": "ets",
58          "type": "pageAbility"
59        },
60        "pages": [
61          "pages/index",
62          "pages/input"
63        ],
64        "name": ".MainAbility",
65        "window": {
66          "designWidth": 720,
67          "autoDesignWidth": false
68        }
69      }
70    ]
71  }
72}
73