Question:
How can I add the badge icon in the web mobile notification?
Answer:
In order to set badge icon for Chrome mobile push you should use "Chrome root params":
{"badge":"link_to_the_icon.png"}
Here is the resulting sample:
Icon requirements:
- 72*72 pixels;
- Monochrome transparent image with .png extension;
- HTTPS hosting;
It could be necessary to clear the browser's cache for correct displaying.
Please note that on the desktop platform it's not possible to customize Chrome's logo.
Comments
0 comments
Please sign in to leave a comment.