Theme color meta tag with code snippet or with wordpress plugin
You can use this code snippet or wordpress plugin to set the theme color on mobile devices.
The settings apply to Chrome Frefox Windows and Safari devices.
You can validate them with a color picker on the plugin settings page and the metatags will be automatically added to the header.
// Chrome, Firefox OS and Opera
<meta name=”theme-color” content=”#000000″>
// Windows Phone
<meta name=”msapplication-navbutton-color” content=”#000000″>
// iOS Safari
<meta name=”apple-mobile-web-app-status-bar-style” content=”#000000″>