{
  "module": {
    "name": "entry",
    "type": "entry",
    "description": "$string:module_desc",
    "mainElement": "EntryAbility",
    "deviceTypes": [
      "default"
    ],
    "querySchemes": [
      "weixin",
    ],
    "deliveryWithInstall": true,
    "installationFree": false,
    "pages": "$profile:main_pages",
    // below property is supported from 5.0.0 - it is needed by bundleManager.canOpenLink to check if the app can open some url
    // "querySchemes": ["maps", "http", "https", "customDomain"],
    "requestPermissions": [
      {
        "name": "ohos.permission.INTERNET"
      },
    ],
    "metadata": [
      {
        "name": "OPTLazyForEach",
        "value": "true",
      }
    ],
    "abilities": [
      {
        "name": "EntryAbility",
        "srcEntry": "./ets/entryability/EntryAbility.ets",
        "description": "$string:EntryAbility_desc",
        "icon": "$media:icon",
        "label": "$string:EntryAbility_label",
        "startWindowIcon": "$media:icon",
        "startWindowBackground": "$color:start_window_background",
        "visible": true,
        "skills": [
          {
            "entities": [
              "entity.system.home"
            ],
            "actions": [
              "action.system.home"
            ]
          }
        ]
      }
    ]
  }
}