Answer the question
In order to leave comments, you need to log in
How to add the same icon (as in the screenshot) to create a link to the site as an application in Chrome?
I looked in the source, tried to do it through manifest.json - it didn't work.
Answer the question
In order to leave comments, you need to log in
The site itself must meet the requirements of the PWA. You need to add the manifest.json file https://developer.mozilla.org/en-US/docs/Web/Manifest
It must contain these fields:
Also, a ServiceWorker must be installed that can process the installation.
An example of a complete implementation is here https://web.dev/codelab-make-installable/
More details can be found here https://web.dev/discover-installable/
https://developers.google.com/web/fundamentals/app ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question