InstantPWA on Windows
On Windows 10 and 11, PWAs installed via Edge or Chrome become first-class apps — pinned to the taskbar, discoverable from the Start menu, and controllable from the Settings app.
Install: Full support
Web push: Full support
Edge and Chrome ship system-level install integration.
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
Can PWAs launch on Windows startup?+
Yes — Edge and Chrome expose a per-app 'Start on login' toggle for installed PWAs.