Skip to content

Instantly share code, notes, and snippets.

@cwgreene
Created July 1, 2020 22:54
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 cwgreene/497eda44d11c08f65f35d927fb45756d to your computer and use it in GitHub Desktop.
Save cwgreene/497eda44d11c08f65f35d927fb45756d to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"version":"1",
"name": "Test Extension",
"permissions": [
"webRequest",
"webRequestBlocking",
"*://localhost:*/"
],
"background":
{
"scripts":["code.js"],
"persistent": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment