- [Firefox] 84.0.1
- [OS X] 10.13.6
The #status=success appears in the URL despite the application not yet having been launched, and the tab closes before any user input. Relevant URL & popup (zoom-tab-close disabled for screenshot):

This is an edge case since most people already set Firefox to use Zoom.us for zoommtg links. However, it could still occur with restrictive user settings or changes made by another extension.
I'm thinking I could come up with another conditional inside background.js to check the popup and wait for its dismissal.
I don't know much about Firefox, so idk if the above dialog is technically a popup, permission request, or something else in their API
The
#status=successappears in the URL despite the application not yet having been launched, and the tab closes before any user input. Relevant URL & popup (zoom-tab-closedisabled for screenshot):This is an edge case since most people already set Firefox to use Zoom.us for
zoommtglinks. However, it could still occur with restrictive user settings or changes made by another extension.I'm thinking I could come up with another conditional inside
background.jsto check the popup and wait for its dismissal.I don't know much about Firefox, so idk if the above dialog is technically a popup, permission request, or something else in their API