White-label mobile experience

Mobile White-Label App

Configure your branded PWA so customers can install it on iOS and Android.

Back to dashboard

App Branding

Display mode
Orientation
HP
Icon preview
96x96 branded PWA icon tile

Live manifest.json preview

{
  "name": "ProHVAC Manager",
  "short_name": "HVAC Pro",
  "theme_color": "#1d4ed8",
  "background_color": "#eff6ff",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}

Install Guide

1
Open in Safari

Use Safari on iPhone or iPad to open your branded web app.

2
Tap the Share button

Choose the share icon in the bottom toolbar to reveal actions.

3
Select Add to Home Screen

Scroll the action list and tap Add to Home Screen.

4
Name the app

Confirm the app name so it appears nicely on the home screen.

5
Tap Add and launch

Tap Add, then open the app from the home screen like a native app.

App Store Readiness checklist

Manifest configured
ready

The web manifest defines the app name, colors, and launch behavior.

HTTPS enabled
ready

PWA installs require a secure origin for trust and browser support.

Service worker
needs action

Cache app shell and assets so installs feel fast and reliable.

App icons
needs action

Provide polished 192x192 and 512x512 icons for install surfaces.

Offline fallback
optional

Show a friendly offline page when the connection drops.

Push notifications
optional

Optional re-engagement tool for reminders and updates.

App store listing
needs action

Prepare app screenshots and copy for promotion and discoverability.

Summary: 2 ready / 3 needs action / 2 optional.