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