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

Unified Diff: chrome/common/extensions/api/webstore.json

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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/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://*/*" ],

Powered by Google App Engine
This is Rietveld 408576698