Files
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

23 lines
373 B
JSON

{
"name": "WebSocket Server Test",
"description": "Runs an Http and WebSocket server with a quick and dirty test chat application.",
"version": "0.3.2",
"manifest_version": 2,
"sockets": {
"tcp": {
"connect": "*"
},
"tcpServer": {
"listen": "*"
}
},
"app": {
"background": {
"scripts": ["background.js"]
}
}
}