How can I override the extension action behaviour to show a CSUI instead.
background.ts
This is not working. Do I have to override any action in manifest ?
This is not working. Do I have to override any action in manifest ?
chrome.action.onClicked.addListener((tab) => {
chrome.sidePanel.open({ windowId: tab.windowId });
});