Index: chrome/common/extensions/api/_api_features.json |
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json |
index 59e8dfda5db427db71aa9ba870ac3a93eec1e443..2d7d0227701fae8fec14a92431854ba1d2d608df 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -747,7 +747,9 @@ |
"webstore": { |
// Hosted apps can use the webstore API from within a blessed context. |
"channel": "stable", |
- "extension_types": ["hosted_app"], |
+ // Do not specify extension_types to prevent webstore from being filtered. |
+ // Technically, webstore is not in apps or extensions, but it is currently |
+ // displayed on /extensions/webstore and /apps/webstore. |
"contexts": ["blessed_web_page", "web_page"], |
// Any webpage can use the webstore API. |
"matches": ["http://*/*", "https://*/*"] |