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