Docs about heuristics of displaying Web App Install Banner only describes this conditions
- Has a web app manifest file with:
- a short_name (used on the home screen)
- a name (used in the banner)
- a 144x144 png icon (the icon declarations must include a mime type of image/png)
- a start_url that loads
- Has a service worker registered on your site.
- Is served over HTTPS (a requirement for using service worker).
- Is visited at least twice, with at least five minutes between visits.
But what happen when user dismiss Web App Install Banner (for example by accident)?
I'm trying to find out this question:
- Will browser in the future use the same heuristic as I pointed above to show Web App Install Banner once again? Or it will use different heuristic? Or it will never be show in the future?
- Can you use some API to manually invoke Web App Install Banner? (something like deferred prompt in this example)
