Developing a sidebar for Composer

To offer new sidebar content to Composer users, you have to distribute your application as an installable extension to Composer, a *.xpi file.

The application id for Composer is {8fa6f1b4-7ed3-4895-bac6-01f1cc206ab3} .

Your extension should add elements to chrome://composer/content/composer.xul through a XUL overlay :

Make your sidebar observe editor events

TBD