• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "entry_test",
4    "type": "feature",
5    "description": "$string:module_test_desc",
6    "mainElement": "TestAbility",
7    "deviceTypes": [
8      "default",
9      "tablet",
10      "phone",
11      "2in1",
12      "wearable"
13    ],
14    "deliveryWithInstall": true,
15    "installationFree": false,
16    "pages": "$profile:test_pages",
17    "abilities": [
18      {
19        "name": "TestAbility",
20        "srcEntry": "./ets/testability/TestAbility.ets",
21        "description": "$string:TestAbility_desc",
22        "icon": "$media:icon",
23        "label": "$string:TestAbility_label",
24        "exported": true,
25        "startWindowIcon": "$media:icon",
26        "startWindowBackground": "$color:start_window_background",
27        "visible": true,
28        "orientation": "portrait",
29        "skills": [
30          {
31            "actions": [
32              "action.system.home"
33            ],
34            "entities": [
35              "entity.system.home"
36            ]
37          }
38        ]
39      }
40    ]
41  }
42}