# Download Manager

```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="https://46162361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MbRbEDU7JrvMAgg52AY%2Fuploads%2Fe9osfSWen5aDPUqV3TRV%2FPicture_2_691b83664f.jpg?alt=media&#x26;token=f27249f7-bdbf-4817-854e-a4019e7eebe5" alt=""><figcaption><p>Android</p></figcaption></figure> <figure><img src="https://46162361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MbRbEDU7JrvMAgg52AY%2Fuploads%2FsZGyd1CYv2ci7sAEgjaQ%2FPicture_1_04346063f7.png?alt=media&#x26;token=d08d3694-dd13-4b45-9abb-8272382b0945" alt=""><figcaption><p>iOS</p></figcaption></figure></div>
