R
R
Rastishka2019-11-05 22:12:12
Google Chrome
Rastishka, 2019-11-05 22:12:12

How to add the same icon (as in the screenshot) to create a link to the site as an application in Chrome?

5dc1c8ac51c40264253648.png
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

1 answer(s)
A
Alexander, 2019-11-14
@Rastishka

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 question

Ask a Question

731 491 924 answers to any question