1{
2  "app": {
3    "bundleName": "ohos.perf.test",
4    "vendor": "acts",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.perf.test",
13    "name": ".entry",
14    "deviceType": [
15      "tablet",
16      "default",
17      "phone",
18      "2in1",
19      "wearable"
20    ],
21    "distro": {
22      "deliveryWithInstall": true,
23      "moduleName": "entry",
24      "moduleType": "entry",
25      "installationFree": false
26    },
27    "abilities": [
28      {
29        "skills": [
30          {
31            "entities": [
32              "entity.system.home"
33            ],
34            "actions": [
35              "action.system.home"
36            ]
37          }
38        ],
39        "orientation": "unspecified",
40        "formsEnabled": false,
41        "name": ".MainAbility",
42        "srcLanguage": "js",
43        "srcPath": "MainAbility",
44        "icon": "$media:icon",
45        "description": "$string:MainAbility_desc",
46        "label": "$string:MainAbility_label",
47        "type": "page",
48        "visible": true,
49        "launchType": "standard"
50      }
51    ],
52    "reqPermissions": [
53      {
54        "name": "ohos.permission.GET_BUNDLE_INFO",
55        "reason": "need use ohos.permission.GET_BUNDLE_INFO"
56      },
57      {
58        "name": "ohos.permission.UPDATE_CONFIGURATION",
59        "reason": "need use ohos.permission.UPDATE_CONFIGURATION"
60      }
61    ],
62    "js": [
63      {
64        "pages": [
65          "pages/index/index"
66        ],
67        "name": ".MainAbility",
68        "window": {
69          "designWidth": 720,
70          "autoDesignWidth": false
71        }
72      }
73    ],
74    "mainAbility": ".MainAbility",
75    "srcPath": ""
76  }
77}