• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "ohos.samples.jsshopping",
4    "vendor": "samples",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.samples.jsshopping",
13    "name": ".MyApplication",
14    "mainAbility": ".MainAbility",
15    "srcPath": "",
16    "deviceType": [
17      "default"
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        "visible": true,
39        "srcPath": "MainAbility",
40        "name": ".MainAbility",
41        "srcLanguage": "js",
42        "icon": "$media:icon",
43        "description": "$string:description_mainability",
44        "formsEnabled": false,
45        "label": "$string:entry_MainAbility",
46        "type": "page",
47        "launchType": "standard"
48      }
49    ],
50    "js": [
51      {
52        "pages": [
53          "pages/index/index",
54          "pages/performance/performance",
55          "pages/detailPage/detail/detail"
56        ],
57        "name": ".MainAbility",
58        "window": {
59          "designWidth": 720,
60          "autoDesignWidth": false
61        }
62      }
63    ]
64  }
65}