Here's how to Change Window Title with Javascript (So you don't need NW.JS)
document.title = "Insert Text Here"
Develop games in your browser. Powerful, performant & highly capable.
Ah yes that is DOM (recently learn about it).