ADD TO SCREEN – improve
Closed this issue · 2 comments
Hiswe commented
Make a banner prompt
Hiswe commented
wait for the support of Safari's web manifest.
Hiswe commented
from google developpers
- Has a web app manifest file with:
- a short_name (used on the home screen)
- a name (used in the banner)
- a 192x192 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).
- Meets a site engagement heuristic defined by Chrome (this is regularly being changed).
the later means you have to revisit the site between a certain amount of time.