HB PWA Installer

HB PWA installer module shows a button on the bottom to add the site to home screen.

Modulegithub.com/hbstack/pwa-installer
Repository⭐ Please consider giving a star if your like it.
Stars
Version
Used by
Requirements
License
UsageSee how to use modules.

Site Parameters

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}

delay

Delay in seconds before hiding the button.

dismissed_period

Dismissed period in seconds.

Limitations

Supports Chrome, Edge and Opera browsers, see Browser compatibility.