JavaScript XPCOM Wizard
General Details
Basic meta information about your component. The Mozilla Developer Center has more information on building JavaScript XPCOM components and how to avoid leaking memory in your components.
The name of the component. This becomes the class name.
This is a unique identifier for the component. It should be in the form "@example.com/componentname;1"
The author (developer) of the component
An optional, free-form description of the component
You can create an XPCOM service from the component. A service is a global singleton, only one instance is ever created.