• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3      "bundleName": "ohos.acts.theme.screenlock",
4      "vendor": "acts",
5      "version": {
6        "code": 1000000,
7        "name": "1.0.0"
8      },
9      "apiVersion": {
10        "compatible": 4,
11        "target": 5
12      }
13    },
14    "deviceConfig": {},
15    "module": {
16      "package": "ohos.acts.theme.screenlock",
17      "name": ".MyApplication",
18      "deviceType": [
19        "default",
20        "tablet"
21      ],
22      "distro": {
23        "deliveryWithInstall": true,
24        "moduleName": "entry",
25        "moduleType": "entry"
26      },
27      "reqPermissions": [
28      ],
29      "abilities": [
30        {
31          "visible": true,
32          "skills": [
33            {
34              "entities": [
35                "entity.system.home"
36              ],
37              "actions": [
38                "action.system.home"
39              ]
40            }
41          ],
42          "name": "ohos.acts.theme.screenlock.MainAbility",
43          "icon": "$media:icon",
44          "description": "$string:mainability_description",
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": "default",
56          "window": {
57            "designWidth": 720,
58            "autoDesignWidth": false
59          }
60        }
61      ]
62    }
63  }
64