I'm realizing a Firefox extension using one of the last (or the last) version of jpm (1.0.5) but the extension does not call the startup() or shutdown() methods. I know that should be mandatory to declare the extension as
<em:bootstrap>true</em:bootstrap>
into the install.rdf file, but when I have created my namespace (using jpm init) there was not this file, that it is replaced from package.json. In this case how I should modify the files to use startup and shutdown methods working?