Skip to content

Instantly share code, notes, and snippets.

@summer4096
Created October 17, 2015 18:11
Show Gist options
  • Save summer4096/4fd3f51cb8ea730275ff to your computer and use it in GitHub Desktop.
Save summer4096/4fd3f51cb8ea730275ff to your computer and use it in GitHub Desktop.
{
"name": "Chrome Packaged App",
"description": "Chrome Packaged App Description...",
"manifest_version": 2,
"version": "0.0.1",
"minimum_chrome_version": "23",
"app": {
"background": {
"scripts": ["dist/bundle.js"]
}
},
"permissions": ["webview"],
"sockets": {
"tcp": {
"connect": "*"
},
"udp": {
"send": "*",
"bind": "*"
},
"tcpServer": {
"listen": "*"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment