{

  "module": {

    "name": "Test",

    "type": "feature",

    "description": "$string:module_desc",

    "mainElement": "TestAbility",

    "deviceTypes": [

      "default"

    ],

    "deliveryWithInstall": true,

    "installationFree": false,

    "pages": "$profile:main_pages",

    "abilities": [

      {

        "name": "TestAbility",

        "srcEntry": "./ets/testability/TestAbility.ets",

        "description": "$string:TestAbility_desc",

        "icon": "$media:layered_image",

        "label": "$string:TestAbility_label",

        "startWindowIcon": "$media:startIcon",

        "startWindowBackground": "$color:start_window_background",

        "exported": true

      }

    ]

  }

}