add-to-home-screen
add-to-home-screen copied to clipboard
It's not working
Followed all steps but nothing happened, no popups, no prompts. Does this method still work?
Here is my config:
{ "short_name": "xxx", "name": "xxx", "icons": [ { "src":"/icons/favicon-310.png", "sizes": "310x310", "type": "image/png" } ], "start_url": "/", "background_color": "#000", "theme_color": "#7b88ff", "display": "standalone" }
Is there something wrong with my configuration?