How to get this pop up in mobile browser "Add to home" will create icon of chrome on home screen of mobile with site link on mobile.
Please suggest the solution.
Official requirements are:
Chrome automatically displays the banner when your app meets the following criteria: 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.
Chrome automatically displays the banner when your app meets the following criteria:
source: https://developers.google.com/web/fundamentals/engage-and-retain/app-install-banners/
You can skip these requirements for testing or debugging purposes by enabling a chrome flag:
chrome://flags/#bypass-app-banner-engagement-checks
2.1m questions
2.1m answers
60 comments
57.0k users