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