# Moving the App Portal Web Clip using the Home Screen Layout Payload

<p class="callout success">FileWave no longer deploys a Web Clip version of the FileWave App Portal. The new version 2 Kiosk App's Bundle ID is: **com.filewave.ios.app.kiosk2**</p>

[![image.png](https://kb.filewave.com/uploads/images/gallery/2025-02/scaled-1680-/NmhtJGOVN2fg8eFe-image.png)](https://kb.filewave.com/uploads/images/gallery/2025-02/NmhtJGOVN2fg8eFe-image.png)

For the new App, it may be referenced in a Home Screen Layout Payload by this Bundle ID:

[![image.png](https://kb.filewave.com/uploads/images/gallery/2025-02/scaled-1680-/Oe9eYTAl96mzGc80-image.png)](https://kb.filewave.com/uploads/images/gallery/2025-02/Oe9eYTAl96mzGc80-image.png)

<p class="callout warning">The below method for the Web Clip App Portal is legacy and will be removed from our KB at a later date.</p>

To move the App Portal Web Clip using the Home Screen Layout Payload, locate the URL of the web clip from any iOS device settings:

- Settings App &gt; General &gt; Device Management &gt; FileWave MDM &gt; More Details

 "Web Clip" as seen below:

[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-07/scaled-1680-/MaC6Lwm07yy15nJM-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-07/MaC6Lwm07yy15nJM-image.png)

The Web Clip address shown should be injected into the Home Screen Layout Payload, replacing the long string of characters and numbers at the end with %device\_id% .

In this example:

```bash
https://demo.filewave.ch:20445/ios/recommended_apps/6a43efb044bb2e8bd19488cc47cfa62a39cdd04

```

becomes:

```bash
https://demo.filewave.ch:20445/ios/recommended_apps/%device_id%

```

Inject this into the home screen layout payload you are deploying, instead of an app name, and the App portal will be moved into that folder.

[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-07/scaled-1680-/FLuMssbcS2BLJg9i-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-07/FLuMssbcS2BLJg9i-image.png)