diff --git a/background/background.js b/background/background.js index c5bbb902..74dbd8cd 100644 --- a/background/background.js +++ b/background/background.js @@ -154,7 +154,7 @@ prefs.subscribe([ queryTabs().then(tabs => tabs.map(t => updateIcon({tab: t})) ) -) +); // ************************************************************************* chrome.runtime.onInstalled.addListener(({reason}) => {