> For the complete documentation index, see [llms.txt](https://docs.webtonative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.webtonative.com/javascript-apis/download-manager.md).

# Download Manager API

```html
<a href="w2n://download-screen">Open Download Screen</a>
```

We offer several query parameters to tailor this screen to your preferences:

* "**title**": Sets the page title (default: "Downloads").
* "**titleBarContentColor**": Defines the color of the title text and back button icon (default: #111111).
* "**titleBarBgColor**": Specifies the background color of the title bar (default: #FFFFFF).

To apply these customizations, include the parameters in the link as shown below:

{% code overflow="wrap" %}

```javascript
w2n://download-screen?title=Downloads&titleBarContentColor=#abcdef&titleBarBgColor=#00000
```

{% endcode %}

The URL mentioned above can be utilised within an anchor tag or any URL field in WebToNative. For instance, you can incorporate this URL in the floating action button URL or bottom navigation item URL.

<div><figure><img src="/files/V1FOmzj2k4vGQ2m0baIj" alt=""><figcaption><p>Android</p></figcaption></figure> <figure><img src="/files/H9Gxw68N50PWVR6SvPC1" alt=""><figcaption><p>iOS</p></figcaption></figure></div>
