Chromium Code Reviews| Index: chrome/common/extensions/api/webstore.json |
| diff --git a/chrome/common/extensions/api/webstore.json b/chrome/common/extensions/api/webstore.json |
| index 454b7e476170007d8ce7ced3304537d85be2b336..a48420a4336454799378619f5458ce9d9ded071d 100644 |
| --- a/chrome/common/extensions/api/webstore.json |
| +++ b/chrome/common/extensions/api/webstore.json |
| @@ -3,8 +3,10 @@ |
| // found in the LICENSE file. |
| [ |
| - { |
| + { |
| "namespace": "webstore", |
| + "description": "Use the <code>chrome.webstore</code> module to initiate app and extension installations \"inline\" from your site.", |
| + "availability": "15", |
|
epeterson
2013/03/25 19:35:11
Should be Google Chrome 15. --done
|
| // Any webpage can use the webstore API. |
| "matches": [ "http://*/*", "https://*/*" ], |