diff options
Diffstat (limited to 'chrome/common/extensions/api/_manifest_features.json')
-rw-r--r-- | chrome/common/extensions/api/_manifest_features.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json index 3393d34..98a124d 100644 --- a/chrome/common/extensions/api/_manifest_features.json +++ b/chrome/common/extensions/api/_manifest_features.json @@ -80,6 +80,11 @@ "extension_types": ["extension"], "min_manifest_version": 2 }, + "commands.global": { + "channel": "dev", + "extension_types": ["extension"], + "min_manifest_version": 2 + }, "content_pack": { "channel": "dev", "extension_types": ["extension"] |