I want to create firefox extension using both bootstrap and chrome/content. When I've installed this extension first time, firefox ignored the components and overlays. And then I've turn off and turn on boostrap functionality and extension worked well. I've read here https://developer.mozilla.org/en-US/docs/Extensions/Bootstrapped_extensions that this is normal. But I can't understand how to make extension with both functionality at once.
Sorry for my bad English. I'll try to explain better if you want. Any help will be appreciate
p.s. As I've read here https://stackoverflow.com/a/11031908/1735150 there is no way to use both bootstrap and overlays. But why is it working?
And how I can include js file in bootstrap?