Skip to content

Instantly share code, notes, and snippets.

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 nknskn/4bbe6db3b56c82bffd6e695f9b6eb923 to your computer and use it in GitHub Desktop.
Save nknskn/4bbe6db3b56c82bffd6e695f9b6eb923 to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Simple send data",
"version": "1.0",
"background" :{
"scripts": ["background.js"],
"persistent": true
},
"permissions": [
"<all_urls>"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment