Z
Z
zaart2016-01-22 18:50:58
Google
zaart, 2016-01-22 18:50:58

Adding bookmarks to the home screen?

Good evening!
Our feature for the Chrome mobile browser:
add-to-home-screen.gif
And I wanted to implement it on my website.
I do as in the article :

{
  "short_name": "Название",
  "name": "Название",
  "icons": [
    {
      "src": "launcher-icon-3x.png",
      "sizes": "144x144",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "display": "standalone"
}

and connect the manifest:
<link rel="manifest" href="manifest.json">
But it didn't work. The banner does not appear. Help me please! Maybe I'm missing something...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
web_xaser, 2016-01-25
@webxaser

Read all requirements :

  • You have a web app manifest file.
  • You have a service worker registered on your site.
  • Your site is served over HTTPS (you need a service worker after all).
  • The user has visited your site twice over two separate days during the course of two weeks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question