Chromium Code Reviews| 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 3ff4f1b21f270c629182839cb42124bd7f664129..72aba141cf508bd48324cc502676b04aa721f0a5 100644 |
| --- a/chrome/common/extensions/api/_manifest_features.json |
| +++ b/chrome/common/extensions/api/_manifest_features.json |
| @@ -34,10 +34,14 @@ |
| "channel": "stable", |
| "extension_types": "all" |
| }, |
| - "automation": { |
| + "automation": [{ |
| "channel": "dev", |
| "extension_types": ["extension", "legacy_packaged_app"] |
| - }, |
| + }, { |
| + "channel": "stable", |
|
dmazzoni
2014/11/20 21:37:20
Do we need something for channel: beta or is that
|
| + "extension_types": ["extension", "legacy_packaged_app"], |
| + "whitelist": [ "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E" ] |
| + }], |
| "browser_action": { |
| "channel": "stable", |
| "extension_types": ["extension"] |