• 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        "2in1"
22      ],
23      "distro": {
24        "deliveryWithInstall": true,
25        "moduleName": "entry",
26        "moduleType": "entry"
27      },
28      "reqPermissions": [
29      ],
30      "abilities": [
31        {
32          "visible": true,
33          "skills": [
34            {
35              "entities": [
36                "entity.system.home"
37              ],
38              "actions": [
39                "action.system.home"
40              ]
41            }
42          ],
43          "name": "ohos.acts.theme.screenlock.MainAbility",
44          "icon": "$media:icon",
45          "description": "$string:mainability_description",
46          "label": "$string:app_name",
47          "type": "page",
48          "launchType": "standard"
49        }
50      ],
51      "js": [
52        {
53          "pages": [
54            "pages/index/index"
55          ],
56          "name": "default",
57          "window": {
58            "designWidth": 720,
59            "autoDesignWidth": false
60          }
61        }
62      ]
63    }
64  }
65