New window when launching

My game connects to a server that checks connection every few seconds, so I need to assure that the game is running all the time. To avoid it pause while not being the active tab while running in browser, I want to launch it by opening a new window instead of new tab (like window.open(the game, “_blank”, “menubar=no”).
How can I open the game in a new window but not a new tab?