HB PWA installer module shows a button on the bottom to add the site to home screen.
Become a backer or sponsor to support our work.
| Module | github.com/hbstack/pwa-installer |
|---|---|
| Repository | ⭐ Please consider giving a star if your like it. |
| Stars | |
| Version | |
| Used by | |
| Requirements | |
| License | |
| Usage | See how to use modules. |
params.toml
1[hb]
2 [hb.pwa_installer]
3 delay = 5
4 dismissed_period = 604800
params.yaml
1hb:
2 pwa_installer:
3 delay: 5
4 dismissed_period: 604800
params.json
1{
2 "hb": {
3 "pwa_installer": {
4 "delay": 5,
5 "dismissed_period": 604800
6 }
7 }
8}
delayDelay in seconds before hiding the button.
dismissed_periodDismissed period in seconds.
Supports Chrome, Edge and Opera browsers, see Browser compatibility.