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