This looks like you have this as part of your layout, not the browser address bar, which is what I think Mathias confused.
You can use a CSS media query to detect how your application is being rendered.
This is some of the code I use in my Add to Homescreen library. You can use these media queries and just add the CSS to your CSS to hide that header if you want it suppressed when the application is opened from the homescreen.
This looks like you have this as part of your layout, not the browser address bar, which is what I think Mathias confused.
You can use a CSS media query to detect how your application is being rendered.
This is some of the code I use in my Add to Homescreen library. You can use these media queries and just add the CSS to your CSS to hide that header if you want it suppressed when the application is opened from the homescreen.