• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "ohos.samples.clock",
4    "version": {
5      "code": 1000000,
6      "name": "1.0"
7    }
8  },
9  "deviceConfig": {},
10  "module": {
11    "package": "ohos.samples.clock",
12    "name": ".MyApplication",
13    "mainAbility": ".default",
14    "deviceType": [
15      "default",
16      "tablet"
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        "visible": true,
37        "name": ".default",
38        "icon": "$media:icon",
39        "srcPath": "default",
40        "srcLanguage": "js",
41        "description": "$string:mainability_description",
42        "label": "$string:app_name",
43        "type": "page",
44        "launchType": "singleton"
45      }
46    ],
47    "js": [
48      {
49        "pages": [
50          "pages/index/index"
51        ],
52        "name": ".default"
53      }
54    ]
55  }
56}