Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You can't, HTTP is a disconnected/stateless protocol, if a client does not make a request ... nothing happens. To make what you want work you would need a 'listener' ie: A daemon(Linux/Unix) or a service(Windows) installed and running on your server.but I have no idea how this can be implemented if no browser window is open triggering the activity