• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "vendor": "samples",
4    "bundleName": "ohos.samples.uploaddownload",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {
11    "default": {
12      "network": {
13        "cleartextTraffic": true
14      }
15    }
16  },
17  "module": {
18    "mainAbility": ".MainAbility",
19    "deviceType": [
20      "default",
21      "tablet"
22    ],
23    "abilities": [
24      {
25        "skills": [
26          {
27            "entities": [
28              "entity.system.home"
29            ],
30            "actions": [
31              "action.system.home"
32            ]
33          }
34        ],
35        "orientation": "unspecified",
36        "visible": true,
37        "srcPath": "MainAbility",
38        "name": ".MainAbility",
39        "srcLanguage": "ets",
40        "icon": "$media:icon",
41        "description": "$string:MainAbility_desc",
42        "formsEnabled": false,
43        "label": "$string:MainAbility_label",
44        "type": "page",
45        "launchType": "standard"
46      }
47    ],
48    "distro": {
49      "moduleType": "entry",
50      "installationFree": false,
51      "deliveryWithInstall": true,
52      "moduleName": "entry"
53    },
54    "package": "ohos.samples.uploaddownload",
55    "srcPath": "",
56    "name": ".entry",
57    "js": [
58      {
59        "mode": {
60          "syntax": "ets",
61          "type": "pageAbility"
62        },
63        "pages": [
64          "pages/Index",
65          "pages/Upload"
66        ],
67        "name": ".MainAbility",
68        "window": {
69          "designWidth": 720,
70          "autoDesignWidth": false
71        }
72      }
73    ],
74    "reqPermissions": [
75      {
76        "name": "ohos.permission.INTERNET",
77        "reason": "$string:internet_permission",
78        "usedScene": {
79          "ability": [
80            "ohos.samples.websocket.MainAbility"
81          ],
82          "when": "always"
83        }
84      }
85    ]
86  }
87}