I’d like to recreate the Easy App Tabs addon in WebExtensions. The addon is quite simple - listen for double clicks on a tab and toggle the app tab state. However, it’s not clear to me if there’ an API that lets me hook events on browser chrome.
Does this API exist? If not, is it on the roadmap?