How to create docking feature in webextension

Hi
I am developing firefox add-on using web-extension. i would like to implement docking functionality (refer firebug dock bottom, dock right undock as new window). can anyone provide some references are sample applications related to this functionality. Thanks in advance.

If you want something like a sidebar, then that’s not possible.
The only UI you have available are tabs, windows, the browser/pageActions popup panel and the optionsUI.

There’s a plan for implementing sidebars (or something similar), but it’s still being worked on.