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