I'm developing a Packaged App for Chrome (not a Legacy Packaged App) and need to get an image of the whole window which will then be further processed.
Unfortunately for that kind of apps it's not possible to request the "tabs" permission which is required to use chrome.tabs.captureVisibleTab. Is there an alternative way of doing that?