1{
2  "app": {
3    "bundleName": "com.ohos.distributedjstest",
4    "vendor": "dcts",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "com.ohos.distributedjstest",
13    "name": ".entry_test",
14    "mainAbility": ".TestAbility",
15    "deviceType": [
16      "wearable",
17      "default",
18      "tablet",
19      "2in1"
20    ],
21    "distro": {
22      "deliveryWithInstall": true,
23      "moduleName": "entry_test",
24      "moduleType": "feature",
25      "installationFree": false
26    },
27    "reqPermissions": [
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        "formsEnabled": false,
43        "name": ".TestAbility",
44        "srcLanguage": "js",
45        "srcPath": "TestAbility",
46        "icon": "$media:icon",
47        "description": "$string:TestAbility_desc",
48        "label": "$string:TestAbility_label",
49        "type": "page",
50        "visible": true,
51        "launchType": "standard"
52      }
53    ],
54    "js": [
55      {
56        "pages": [
57          "pages/index/index"
58        ],
59        "name": ".TestAbility",
60        "window": {
61          "designWidth": 720,
62          "autoDesignWidth": false
63        }
64      }
65    ],
66    "testRunner": {
67      "name": "OpenHarmonyTestRunner",
68      "srcPath": "TestRunner"
69    }
70  }
71}