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