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", |
| + "extension_types": ["extension", "legacy_packaged_app"], |
|
not at google - send to devlin
2014/11/26 21:22:17
Please file a bug for this whitelist and reference
|
| + "whitelist": [ "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E" ] |
| + }], |
| "browser_action": { |
| "channel": "stable", |
| "extension_types": ["extension"] |