I would like to run chrome in app mode without using a windows frame and the title bar?
At the moment I start chrome in this way: chrome.exe --app=http://url.com --app-shell-host-windows-bounds. That works but there is still the window frame with the title frame visible. The user should not have the opportunity to close, maximize or minimize the chrome window.
Furthermore I want to have special size for the chrome browser. But the switch --app-shell-host-windows-bounds does not have any effect with the size e.g. 600x1024 or 1024x600.
How can change the size of the browser window with this switch?