• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "ohos.samples.buildcommonview",
4    "vendor": "samples",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.samples.buildcommonview",
13    "name": ".MyApplication",
14    "mainAbility": ".MainAbility",
15    "deviceType": [
16      "default"
17    ],
18    "distro": {
19      "deliveryWithInstall": true,
20      "moduleName": "entry",
21      "moduleType": "entry",
22      "installationFree": false
23    },
24    "abilities": [
25      {
26        "skills": [
27          {
28            "entities": [
29              "entity.system.home"
30            ],
31            "actions": [
32              "action.system.home"
33            ]
34          }
35        ],
36        "orientation": "unspecified",
37        "configChanges": [
38          "orientation"
39        ],
40        "visible": true,
41        "srcPath": "MainAbility",
42        "name": ".MainAbility",
43        "srcLanguage": "ets",
44        "icon": "$media:Logo",
45        "description": "$string:mainability_description",
46        "formsEnabled": false,
47        "label": "$string:entry_MainAbility",
48        "type": "page",
49        "launchType": "standard"
50      }
51    ],
52    "js": [
53      {
54        "mode": {
55          "syntax": "ets",
56          "type": "pageAbility"
57        },
58        "pages": [
59          "pages/FoodDetail"
60        ],
61        "name": ".MainAbility",
62        "window": {
63          "designWidth": 720,
64          "autoDesignWidth": false
65        }
66      }
67    ]
68  }
69}