| Index: extensions/common/api/_api_features.json
|
| diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
|
| index 4555a10a1f49b00f56404506dd49e4945cbe614b..3a5b8a4e01238adde1c24d5e32c86862330eda22 100644
|
| --- a/extensions/common/api/_api_features.json
|
| +++ b/extensions/common/api/_api_features.json
|
| @@ -128,7 +128,12 @@
|
| "extension_types": "all",
|
| // Everything except web pages and WebUI. WebUI is declared in a separate
|
| // rule to keep the "matches" property isolated.
|
| - "contexts": ["blessed_extension", "content_script", "unblessed_extension"]
|
| + "contexts": [
|
| + "blessed_extension",
|
| + "blessed_web_page",
|
| + "content_script",
|
| + "unblessed_extension"
|
| + ]
|
| }, {
|
| "internal": true,
|
| "channel": "stable",
|
|
|