chrome.action.onClicked.addListener(() => { chrome.windows.create({ url: "https://google.com/", incognito: true }); });
instead of tabs create, windows create did the trick.