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