Index: chrome/common/extensions/api/webstore.json |
diff --git a/chrome/common/extensions/api/webstore.json b/chrome/common/extensions/api/webstore.json |
index 18b1c25d991585aeb23ef7ac68c8353c939a95d8..a48420a4336454799378619f5458ce9d9ded071d 100644 |
--- a/chrome/common/extensions/api/webstore.json |
+++ b/chrome/common/extensions/api/webstore.json |
@@ -5,6 +5,8 @@ |
[ |
{ |
"namespace": "webstore", |
+ "description": "Use the <code>chrome.webstore</code> module to initiate app and extension installations \"inline\" from your site.", |
+ "availability": "15", |
// Any webpage can use the webstore API. |
"matches": [ "http://*/*", "https://*/*" ], |