Home

Awesome

My Bootstrapped Add-on Backbone

This is the backbone I use for all my add-ons. It ensures that they are 100% compatible with each other, simplifying the feature implementations by the add-ons. If you wish to use it yourself, you can do so, but make sure you keep it updated to ensure its proper functioning for new versions of firefox or of other add-ons that use it.

All the files have instructions on how to use their objects at the top of the file. I suggest you start with bootstrap.js which has some general first-build information, and if you have any questions or problems you can always ask me of course.

Some initial steps need to be followed to make an initial build:

  1. Fill out all the empty fields in install.rdf;

  2. change the appropriate strings in these files:

  1. Add proper localization strings in the following files:
  1. Fill changelog.json in the appropriate format, otherwise delete the file and it won't be used.
  1. Start coding from defaults.js, fill its necessary variables accordingly (see bootstrap.js for their definition and for what methods it expects)