Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jul 30, 2024
1 parent 1f62049 commit 700463d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ chrome.action.onClicked.addListener(async () => {
matchOptions();

// DEVELOPMENT MODE: uncomment this so the tab will reopen on extension reload
// chrome.tabs.create({url:'chrome-extension://aknaajkpkdhfnbdfopjlkpkmajdckgfk/index.html'})
// chrome.tabs.create({url: chrome.runtime.getURL('index.html')});

0 comments on commit 700463d

Please sign in to comment.