Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5924)

Unified Diff: chrome/common/extensions/docs/templates/json/manifest.json

Issue 94093013: Add documentation for the chrome.sockets API and manifest key. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/json/manifest.json
diff --git a/chrome/common/extensions/docs/templates/json/manifest.json b/chrome/common/extensions/docs/templates/json/manifest.json
index 4564d9ad71d824cc0ed63dedc14d13185df29017..194cf0e122fbdacf953b27f528d65e70afcef2df 100644
--- a/chrome/common/extensions/docs/templates/json/manifest.json
+++ b/chrome/common/extensions/docs/templates/json/manifest.json
@@ -139,6 +139,12 @@
"documentation": "manifest/name.html#short_name",
"example": "Short Name"
},
+ "sockets": {
+ "documentation": "manifest/sockets.html",
+ "example": {
+ "tcp": { "connect": "*" }, "udp": { "send": "*" }
+ }
+ },
"storage": {
"documentation": "manifest/storage.html",
"example": {

Powered by Google App Engine
This is Rietveld 408576698