Questions tagged [jpm]

The jpm tool served as a command-line utility specifically designed for the Firefox Add-on SDK, enabling users to easily set up, execute, assess, and bundle their add-ons.

Mozilla Extension: Run code on initial launch

Currently in the process of building an add-on and looking to implement specific code for its initial run. What I aim to achieve is clicking on the add-on button, navigating through files, and selecting an executable file. This browsing action should only ...

The image in the Firefox Addon-SDK jpm menuitem module does not display properly on the Tools menubar

Similar yet distinct from: firefox addon icon not showing and firefox extension not showing icons. While those inquiries focused on the API-user's requirement to utilize self.data.url( './icon-16.png' ) and place images in the './data ...