| Index: chrome/common/extensions/api/_manifest_features.json
|
| diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
|
| index 201815014165f4f1211dc02c32cd9c56f2bcc7ad..e26b250aacc9b903a848e0487a2ba67158560032 100644
|
| --- a/chrome/common/extensions/api/_manifest_features.json
|
| +++ b/chrome/common/extensions/api/_manifest_features.json
|
| @@ -96,6 +96,13 @@
|
| ],
|
| "no_doc": true
|
| },
|
| + "event_rules": {
|
| + "channel": "stable",
|
| + // "event_rules" does not grant any capabilities, it's just
|
| + // an optimisation for any API which uses events, so it's safe
|
| + // to expose to all extension types.
|
| + "extension_types": "all"
|
| + },
|
| "devtools_page": {
|
| "channel": "stable",
|
| "extension_types": ["extension", "legacy_packaged_app"]
|
|
|