When an extension is invoked or started, what is the first thing that is run? Is there some default .js file that is loaded first? Is there something comparable to main() in the C world? It's not clear from the tutorial or other doc what you have to write, what to call it, and where to put it so that it's the first thing that gets executed when an extension is launched/opened.
Thanks,