Configure your branded PWA so customers can install it on iOS and Android.
{
"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"
}
]
}Use Safari on iPhone or iPad to open your branded web app.
Choose the share icon in the bottom toolbar to reveal actions.
Scroll the action list and tap Add to Home Screen.
Confirm the app name so it appears nicely on the home screen.
Tap Add, then open the app from the home screen like a native app.
The web manifest defines the app name, colors, and launch behavior.
PWA installs require a secure origin for trust and browser support.
Cache app shell and assets so installs feel fast and reliable.
Provide polished 192x192 and 512x512 icons for install surfaces.
Show a friendly offline page when the connection drops.
Optional re-engagement tool for reminders and updates.
Prepare app screenshots and copy for promotion and discoverability.