Yash Rajbhoj
09/10/2025, 4:24 AMVapi Support Bot
09/10/2025, 4:24 AMjson
// manifest.json example
{
"name": "Your App Name",
"short_name": "App",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#2196f3"
}
After adding the manifest, prompt users to "Add to Home Screen" for a more app-like experience and better SDK performance on mobile.
[See more on web app manifests](https://docs.vapi.ai/documentation/get-started/make-a-web-call)
Sources:
- [Web SDK](https://docs.vapi.ai/sdk/web)
- [Make a web call](https://docs.vapi.ai/documentation/get-started/make-a-web-call)Yash Rajbhoj
09/10/2025, 4:48 AMChiranjeet Mishra
09/11/2025, 9:41 PM