Skip to content

Instantly share code, notes, and snippets.

@spinweb-dev
Created February 28, 2014 01:00
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 spinweb-dev/9263066 to your computer and use it in GitHub Desktop.
Save spinweb-dev/9263066 to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "App",
"version": "1",
"app": {
"background": {
"scripts": [ "background.js" ]
}
},
"permissions": [
],
"sockets": {
"udp": {
"send": [ "*" ]
},
"tcp" : {
"connect": [ "*" ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment