Index: chrome/common/extensions/docs/templates/private/intro_tables/socket_permissions.html |
diff --git a/chrome/common/extensions/docs/templates/private/intro_tables/socket_permissions.html b/chrome/common/extensions/docs/templates/private/intro_tables/socket_permissions.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6c76027d7f1ee33b4118ce53964fa41e7af6a252 |
--- /dev/null |
+++ b/chrome/common/extensions/docs/templates/private/intro_tables/socket_permissions.html |
@@ -0,0 +1 @@ |
+For example: <code>{"socket": ["tcp-connect:*:*"]}</code> means connecting on any port of any host. See <a href='app_network.html'>Network Communications</a> for rule syntax. |