How do I add my application to the list of extensions in the Firebird Options (Tools->Options menu) window?
All that is required is one line. In the extension manifest (main contents.rdf file), add the following to the package description: chrome:extension=”true” This tells Firebird to list the program in the list of extensions once it is registered. Here is the full description, which includes some other useful information such as the author, name, URL (if there is one), and a description of the extenstion which will appear in the Options list: Note that for most applications, this file should reside in the contents/ folder, or wherever you main XUL files are.