1{
2  "app": {
3    "bundleName": "com.example.actsaccountOauthtoken",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "com.example.actsaccountOauthtoken",
13    "name": ".entry",
14    "mainAbility": ".MainAbility",
15    "deviceType": [
16      "tablet",
17      "default",
18      "2in1",
19      "wearable"
20    ],
21    "distro": {
22      "deliveryWithInstall": true,
23      "moduleName": "entry",
24      "moduleType": "entry",
25      "installationFree": false
26    },
27    "abilities": [
28      {
29        "skills": [
30          {
31            "entities": [
32              "entity.system.home"
33            ],
34            "actions": [
35              "action.system.home",
36              "ohos.appAccount.action.auth"
37            ]
38          }
39        ],
40        "srcPath": "ServiceAbility",
41        "name": ".ServiceAbility",
42        "srcLanguage": "js",
43        "icon": "$media:icon",
44        "description": "$string:serviceability_description",
45        "label": "$string:app_name",
46        "type": "service",
47        "visible": true,
48        "launchType": "standard"
49      }
50    ],
51    "js": [
52      {
53        "pages": [
54          "pages/index/index"
55        ],
56        "name": ".ServiceAbility",
57        "window": {
58          "designWidth": 720,
59          "autoDesignWidth": false
60        }
61      }
62    ]
63  }
64}