Angelo Richardson

Results 1 comments of Angelo Richardson

Adding a background.ts file to the main folder with the following content should do the trick: ``` chrome.runtime.onInstalled.addListener(() => { chrome.sidePanel.setPanelBehavior({ openPanelOnActionClick: true }); }); ```