• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "feature",
4    "type": "feature",
5    "description": "$string:module_desc",
6    "mainElement": "FeatureAbility",
7    "deviceTypes": [
8      "default"
9    ],
10    "deliveryWithInstall": true,
11    "installationFree": false,
12    "pages": "$profile:main_pages",
13    "abilities": [
14      {
15        "name": "FeatureAbility",
16        "srcEntry": "./ets/featureability/FeatureAbility.ts",
17        "description": "$string:FeatureAbility_desc",
18        "icon": "$media:icon",
19        "label": "$string:FeatureAbility_label",
20        "startWindowIcon": "$media:icon",
21        "startWindowBackground": "$color:start_window_background",
22        "exported": true
23      }
24    ],
25    "extensionAbilities": [
26      {
27        "name": "FeatureShareExtensionAbility",
28        "icon": "$media:icon",
29        "description": "FeatureShareExtensionAbility",
30        "type": "share",
31        "exported": true,
32        "srcEntrance": "./ets/shareextensionability/FeatureShareExtensionAbility.ts"
33      }
34    ],
35    "requestPermissions": [
36      {
37        "name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND"
38      }
39    ]
40  }
41}