diff --git a/chrome/manifest.json b/chrome/manifest.json index 249dc26b..6c216399 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -34,6 +34,17 @@ "http://*/*", "contextMenus" ], - + "sockets": { + "udp": { + "bind": "*", + "send": "*" + }, + "tcp": { + "connect": "*" + }, + "tcpServer": { + "listen": "*" + } + }, "offline_enabled": true -} \ No newline at end of file +}