{
  "module": {
    "name": "entry",
    "type": "entry",
    "description": "$string:module_desc",
    "srcEntry": "./ets/abilitystage/MyAbilityStage.ets",
    "mainElement": "EntryAbility",
    "deviceTypes": [],
    "deliveryWithInstall": true,
    "installationFree": false,
    "pages": "$profile:main_pages",
    "abilities": [
      {
        "name": "EntryAbility",
        "srcEntry": "./ets/entryability/EntryAbility.ets",
        "description": "$string:EntryAbility_desc",
        "icon": "$media:layered_image",
        "label": "$string:EntryAbility_label",
        "startWindowIcon": "$media:startIcon",
        "startWindowBackground": "$color:start_window_background",
        "exported": true,
//        "launchType": "specified",
        "launchType": "multiton",
        "skills": [
          {
            "entities": [
              "entity.system.home"
            ],
            "actions": [
              "ohos.want.action.home"
            ]
          }
        ],
        "metadata": [
          {
            "name": "ohos.ability.withNativeModule",
            "value": "true"
          },
          {
            "name": "ohos.ability.startupPhase",
            "value": "pre_window"
//            "value": "pre_foreground"
          },
          {
            "name": "ohos.ability.nativeModuleSource",
            "value": "libentry.so"
          },
          {
            "name": "ohos.ability.nativeModuleFun",
            "value": "OHMain"
          }
        ]
      }
    ]
  }
}