When opening a minimized window via chrome.windows.create and then creating subsequent tabs via chrome.tabs.create and assigning them to that minimized window --> when the tab is created with active: true, on Mac the window stays minimized while on PC the window gets maximized.
Is there a way to change the active state of a tab (activate it) in a minimized on PC without maximizing the window?