Help with Snapp! exported .exe files?

I am trying to use Snapp! to export Snap projects and need help with various aspects of it.

Upon closing the exported .exe, it will ask to leave without saving. How do I remove this?
Also, when opening the .exe, the title is 'Snap! 6.2.1 Build Your Own Blocks'. How do I change this to a custom title?
Finally, is it possible to make the .exe save? Such as variables load up the same as they were when the .exe was closed?

Help is very much appreciated.

Does the following work?

[scratchblocks] run (JavaScript function \( @addInput \) \{ [document.title = "New Title";] \} :: operators) @addInput :: control [/scratchblocks]

Yeah, it does. Thanks a lot!