Header meta for mobile browser theming purpose
<!-- Modify this meta for android devices :
@link https://developers.google.com/web/fundamentals/design-and-ui/browser-customization/theme-color -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#78be20">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#78be20">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">