This commit is contained in:
Julian Freeman
2026-03-11 12:11:38 -04:00
commit 5bae19f80a
8 changed files with 442 additions and 0 deletions

3
background.js Normal file
View File

@@ -0,0 +1,3 @@
chrome.sidePanel
.setPanelBehavior({ openPanelOnActionClick: true })
.catch((error) => console.error(error));