InstantPWA on Android
Android is the strongest PWA platform. Chrome, Samsung Internet, Firefox, Brave and Edge all support installable apps with web push, adaptive icons and background sync.
Install: Full support
Web push: Full support
Every mainstream Android browser is supported.
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
Do Android PWAs appear in Play Store?+
No — they install directly. You can optionally publish a Trusted Web Activity wrapper if you need Play Store distribution.