| 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..ee3d90f522f5342e6e8e1ba7df8c29a8dcfbd2a1 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": "Google Chrome 15",
|
|
|
| // Any webpage can use the webstore API.
|
| "matches": [ "http://*/*", "https://*/*" ],
|
|
|