Button
Closed this issue · 3 comments
Amndeep7 commented
Add that toolbar button in order to have it pop up with any errors instead of silently failing
Amndeep7 commented
Amndeep7 commented
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Popups
However, you can't open the popup programmatically from an extension's JavaScript; it can be opened only in response to a user action.
But it looks like I can use this instead: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Notifications