1{
2  "app": {
3    "bundleName": "com.ohos.radiostatistic",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "com.ohos.radiostatistic",
13    "name": ".entry",
14    "mainAbility": ".MainAbility",
15    "deviceType": [
16      "default",
17      "tablet"
18    ],
19    "distro": {
20      "deliveryWithInstall": true,
21      "moduleName": "entry",
22      "moduleType": "entry",
23      "installationFree": false
24    },
25    "abilities": [
26      {
27        "skills": [
28          {
29            "entities": [
30              "entity.system.home"
31            ],
32            "actions": [
33              "action.system.home"
34            ]
35          }
36        ],
37        "orientation": "unspecified",
38        "formsEnabled": false,
39        "name": ".MainAbility",
40        "srcLanguage": "ets",
41        "srcPath": "MainAbility",
42        "icon": "$media:icon",
43        "description": "$string:MainAbility_desc",
44        "label": "$string:MainAbility_label",
45        "type": "page",
46        "visible": true,
47        "launchType": "standard"
48      }
49    ],
50    "reqPermissions": [
51  	  {
52        "name":"ohos.permission.GET_NETWORK_INFO",
53        "reason":"need use ohos.permission.GET_NETWORK_INFO"
54      }
55    ],
56    "js": [
57      {
58        "mode": {
59          "syntax": "ets",
60          "type": "pageAbility"
61        },
62        "pages": [
63          "pages/index",
64          "pages/Button",
65          "pages/Blank",
66          "pages/Divider",
67          "pages/Text",
68          "pages/RowSplit",
69          "pages/Scroll",
70          "pages/Stack",
71          "pages/Progress",
72          "pages/Qrcode",
73          "pages/Rating",
74          "pages/Span",
75          "pages/Badge",
76          "pages/Column",
77          "pages/ColumnSplit",
78          "pages/Counter",
79          "pages/Flex",
80          "pages/GridContainer"
81        ],
82        "name": ".MainAbility",
83        "window": {
84          "designWidth": 720,
85          "autoDesignWidth": false
86        }
87      }
88    ]
89  }
90}