Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created May 5, 2017 19:34
Show Gist options
  • Select an option

  • Save groovecoder/14b6e21a7b6a2faa6b420bfb39bc115c to your computer and use it in GitHub Desktop.

Select an option

Save groovecoder/14b6e21a7b6a2faa6b420bfb39bc115c to your computer and use it in GitHub Desktop.
browser.runtime.onInstalled.addListener((details) => {
if (details.reason === "update") {
browser.browserAction.setBadgeBackgroundColor("red");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment