I want to put a \"close\" button in a web page (our client wants to do that) and when I click this button, I want to close Browser (not the current tab but \"browser\" in An
window.close() actually works for Web Apps that were added to the home screen (with Chrome Beta).
window.close()
It cleanly closes the app and gets back to the home screen.