Skip to content

Instantly share code, notes, and snippets.

@kirubakaran
Last active July 8, 2019 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirubakaran/25127d470dbd02228d58f3d86164af3e to your computer and use it in GitHub Desktop.
Save kirubakaran/25127d470dbd02228d58f3d86164af3e to your computer and use it in GitHub Desktop.
check if browser extension is in dev mode
function isDevMode() {
return !('update_url' in browser.runtime.getManifest());
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment