InstantPWA on Google Chrome
Chrome fires the beforeinstallprompt event automatically when your site meets PWA criteria. InstantPWA captures it, shows a branded install popup at the right moment, and reports installs and dismissals in your dashboard.
Desktop + Android. Silent auto-capture of beforeinstallprompt.
How to set it up
- 1
Copy the one-line snippet
Sign in, open your widget, and copy the <script> tag from the Install tab. It's under 15 KB gzipped and loads asynchronously.
- 2
Paste it before </body>
Drop it into your site template. No build step, no framework wiring — it works with any HTML page served over HTTPS.
- 3
Publish and verify
Reload the site, open the widget on any device, and check the analytics tab. Installs and dismissals appear in real time.
FAQ
Which Chrome versions are supported?+
Chrome 76+ on desktop and Android. Older versions fall back to a manual instruction card.
Do I need a manifest and service worker?+
Yes for the native prompt. Our widget hosts a fallback manifest and service worker if your site doesn't ship one yet.