• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    "abilities": [
46      {
47        "visible": true,
48        "skills": [
49          {
50            "entities": [
51              "entity.system.home"
52            ],
53            "actions": [
54              "action.system.home"
55            ]
56          }
57        ],
58        "name": "com.example.myapplication.MainAbility",
59        "icon": "$media:icon",
60        "description": "$string:mainability_description",
61        "label": "MyApplication",
62        "type": "page",
63        "launchType": "standard"
64      }
65    ],
66    "js": [
67      {
68        "pages": [
69          "pages/index/index"
70        ],
71        "name": "default",
72        "window": {
73          "designWidth": 720,
74          "autoDesignWidth": false
75        }
76      }
77    ]
78  }
79}