I know nw.js is generally meant to load html on the client, but can it also point to a website and show that? When I set the "main" value in package.json to something like google.com it doesn't work.
I'm looking at making a game launcher app that displays a website for my game and has a logon ability as well from the launcher and then have it shell out to the game exe. Because of this I'd like to have parts of the nw.js actually connect to the web and show a website.