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      "phone",
22      "2in1"
23    ],
24    "distro": {
25      "deliveryWithInstall": true,
26      "moduleName": "entry",
27      "moduleType": "entry"
28    },
29    "defPermissions": [
30      {
31        "availableScope": [],
32        "grantMode": "user_grant",
33        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
34      }
35    ],
36    "reqPermissions": [
37      {
38        "name": "ohos.permission.DISTRIBUTED_DATASYNC",
39        "reason": "ceshi"
40      }
41    ],
42    "abilities": [
43      {
44        "visible": true,
45        "skills": [
46          {
47            "entities": [
48              "entity.system.home"
49            ],
50            "actions": [
51              "action.system.home"
52            ]
53          }
54        ],
55        "name": "com.example.myapplication.MainAbility",
56        "icon": "$media:icon",
57        "description": "$string:mainability_description",
58        "label": "MyApplication",
59        "type": "page",
60        "launchType": "standard"
61      }
62    ],
63    "js": [
64      {
65        "pages": [
66          "pages/index/index"
67        ],
68        "name": "default",
69        "window": {
70          "designWidth": 720,
71          "autoDesignWidth": false
72        }
73      }
74    ]
75  }
76}
77