1. Home
  2. Docs
  3. Teams
  4. Related Guides
  5. Setup Web Apps on Desktop/Phone (Advanced Method)

Setup Web Apps on Desktop/Phone (Advanced Method)

Use this method only if you want a custom page name, like Team Chat Dashboard or Shop Support Chat.

Method 2: Use a custom page name or URL (advanced method)

1. Create a New Page

Go to your WordPress site → Add a new page.

Name it anything you like (for example: Team Chat Dashboard).

Click Publish.

custom page create

2. Update the Manifest File

Open your website files.

Go to:
wp-content/plugins/notiqoo-teams/public/notiqoo-app/

Find the file called manifest.json.

Copy this file.

manifest json file code

Copy this file and paste it into your WordPress theme folder

3. Edit the File

Go to your theme folder (example: wp-content/themes/your-theme-name/).

create a folder named  notiqoo-app and Paste the manifest.json file there.

Open the file you just pasted.

Find this line:
“start_url”: “https://your-site-name/notiqoo-chat/“,

Change it to your new page link, for example:
“start_url”: “https://your-site-name/team-chat-dashboard/“,

Save the file.

code for custom page

4. You’re Done 🎉

Visit your new page (e.g. https://your-site-name/team-chat-dashboard/)

You’ll see the option to install the app on your desktop or phone.

Use this method only if you’re comfortable changing files.
If not, use the Simple Method instead — it works automatically.

How can we help?