Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nknskn/4bbe6db3b56c82bffd6e695f9b6eb923 to your computer and use it in GitHub Desktop.

Select an option

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