I intend to resize the browser action popup depending on the active window.innerHeight.
When, for example, the active window is small - resize the browser action popup.
I was trying to use chrome.windows.getCurrent
, but the height of this window is full, with tabs, not innerHeight.