Hi there! I am currently in the process of porting my Chrome extension over to Firefox. However, during this process, I noticed that the behavior for windows created by my extension via:
browser.windows.create({type:‘popup’}) are unable to maximize via the square in the top right corner of my screen. Is there an issue with how I am porting my extension? Or is there something else that needs to be done in order to allow windows with type=‘popup’ to maximize?
On a side note, is there a timeline for when browser.windows.onBoundsUpdated will be available for Firefox?
Thanks!