ENABLES ADD TO
HOMESCREEN ON ANDROID
•
Manifest.json
•
The manifest must have a short_name
, a name for display in the banner,
•
A start URL (e.g. / or index.html) which must be loadable,
•
At least an 144x144
PNG icon with image/png mime type.
•
You have a service worker registered on your site
•
Your site is served over HTTPS (service worker requires HTTPS for security)
•
The user has visited your site at least twice, with at least five minutes between
visits.