I'm developing a web application for my company. I plan to use a chrome application shortcut so it looks less like a website and more like an application.
But even in an application shortcut, there is still a status bar (at the bottom) telling everyone the URL. I want to turn it off. Can I?
The best option would be a flag on the extension like
C:/Program Files... chrome.exe --no-statusbar
I could also settle for a chrome extension. Is there one?
An answer short of compiling my own statusbar-less version of Chrome would be good.