1{
2  "app": {
3    "bundleName": "com.example.myapplication",
4    "vendor": "example",
5    "version": {
6      "code": 1,
7      "name": "1.0"
8    },
9    "apiVersion": {
10      "compatible": 4,
11      "target": 5
12    }
13  },
14  "deviceConfig": {},
15  "module": {
16    "package": "com.example.myapplication",
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    "defPermissions": [
29      {
30        "availableScope": [],
31        "grantMode": "user_grant",
32        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
33      }
34    ],
35    "reqPermissions": [
36      {
37        "name": "ohos.permission.DISTRIBUTED_DATASYNC",
38        "reason": "ceshi"
39      },
40      {
41        "name": "ohos.permission.CONNECT_IME_ABILITY",
42        "reason": "ceshi"
43      },
44      {
45        "name": "ohos.permission.COMMONEVENT_STICKY",
46        "reason": "ceshi"
47      }
48    ],
49    "abilities": [
50      {
51        "visible": true,
52        "skills": [
53          {
54            "entities": [
55              "entity.system.home"
56            ],
57            "actions": [
58              "action.system.home"
59            ]
60          }
61        ],
62        "name": "com.example.myapplication.MainAbility",
63        "icon": "$media:icon",
64        "description": "$string:mainability_description",
65        "label": "MyApplication",
66        "type": "page",
67        "launchType": "standard"
68      }
69    ],
70    "js": [
71      {
72        "pages": [
73          "pages/index/index"
74        ],
75        "name": "default",
76        "window": {
77          "designWidth": 720,
78          "autoDesignWidth": false
79        }
80      }
81    ]
82  }
83}