Nadia
Staff member
Offline
For example, to set the background to your favorite color or HTML5Rocks orange:
Code:
<meta name="theme-color" content="#000000">
In addition, Chrome will show beautiful high-res favicons when they’re provided. Chrome for Android picks the highest res icon that you provide, and we recommend providing a 192×192px PNG file. For example:
Code:
<link rel="icon" sizes="192x192" href="https://static.download-lagu-mp3.com/img/skull.png">
Check out the theme-color here on HTML5Rocks as well as on the Web Fundamentals site, and be sure to check out theAdd to home screen docs for more ways to make your site stand out.