Skip to content

Commit

Permalink
Create context menu items after installed/update (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepzh committed May 23, 2022
1 parent 4a789e1 commit d6307ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ new VersionManager().init()
WhitelistMenuManager()

// Browser action menu
BrowserActionMenuManager()
chrome.runtime.onInstalled.addListener(_detail => BrowserActionMenuManager())

// Badge manager
badgeTextManager.init()
Expand Down

0 comments on commit d6307ab

Please sign in to comment.