• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.ohos.netmanagerhttp",
4    "vendor": "open",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    },
9    "apiVersion": {
10      "compatible": 7,
11      "releaseType": "Release",
12      "target": 7
13    }
14  },
15  "deviceConfig": {},
16  "module": {
17    "package": "com.ohos.netmanagerhttp",
18    "name": ".MyApplication",
19    "mainAbility": ".MainAbility",
20    "srcPath": "",
21    "deviceType": [
22      "tablet",
23      "default",
24      "phone"
25    ],
26    "distro": {
27      "deliveryWithInstall": true,
28      "moduleName": "entry",
29      "moduleType": "entry",
30      "installationFree": false
31    },
32    "abilities": [
33      {
34        "skills": [
35          {
36            "entities": [
37              "entity.system.home"
38            ],
39            "actions": [
40              "action.system.home"
41            ]
42          }
43        ],
44        "orientation": "unspecified",
45        "visible": true,
46        "srcPath": "MainAbility",
47        "name": ".MainAbility",
48        "srcLanguage": "ets",
49        "icon": "$media:icon",
50        "description": "$string:description_mainability",
51        "formsEnabled": false,
52        "label": "$string:entry_MainAbility",
53        "type": "page",
54        "launchType": "standard"
55      },
56      {
57        "orientation": "unspecified",
58        "visible": true,
59        "srcPath": "TestAbility",
60        "name": ".TestAbility",
61        "srcLanguage": "ets",
62        "icon": "$media:icon",
63        "description": "$string:TestAbility_desc",
64        "formsEnabled": false,
65        "label": "$string:TestAbility_label",
66        "type": "page",
67        "launchType": "standard"
68      }
69    ],
70    "reqPermissions": [
71	    {
72        "name":"ohos.permission.GET_NETWORK_INFO",
73        "reason":"need use ohos.permission.GET_NETWORK_INFO"
74      },
75	    {
76        "name":"ohos.permission.INTERNET",
77        "reason":"need use ohos.permission.INTERNET"
78      }
79    ],
80    "js": [
81      {
82        "mode": {
83          "syntax": "ets",
84          "type": "pageAbility"
85        },
86        "pages": [
87          "pages/index",
88          "pages/Button",
89          "pages/Blank",
90          "pages/Divider",
91          "pages/Text",
92          "pages/RowSplit",
93          "pages/Scroll",
94          "pages/Stack",
95          "pages/Progress",
96          "pages/Qrcode",
97          "pages/Rating",
98          "pages/Span",
99          "pages/Badge",
100          "pages/Column",
101          "pages/ColumnSplit",
102          "pages/Counter",
103          "pages/Flex",
104          "pages/GridContainer"
105
106        ],
107        "name": ".MainAbility",
108        "window": {
109          "designWidth": 720,
110          "autoDesignWidth": false
111        }
112      },
113      {
114        "mode": {
115          "syntax": "ets",
116          "type": "pageAbility"
117        },
118        "pages": [
119          "pages/index"
120        ],
121        "name": ".TestAbility",
122        "window": {
123          "designWidth": 720,
124          "autoDesignWidth": false
125        }
126      }
127    ]
128  }
129}