| 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 cd83e71c90d6e0dd3fcd48d2afa9622c68bc04ac..cab0411f84d180d139c57f8fdde7bb8eaee19e28 100644
|
| --- a/chrome/common/extensions/api/_manifest_features.json
|
| +++ b/chrome/common/extensions/api/_manifest_features.json
|
| @@ -181,6 +181,15 @@
|
| "channel": "stable",
|
| "extension_types": "all"
|
| },
|
| + "mime_types": {
|
| + "channel": "stable",
|
| + "extension_types": [ "extension", "packaged_app", "platform_app" ],
|
| + "whitelist": [
|
| + "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
|
| + "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
|
| + "ionpfmkccalenbmnddpbmocokhaknphg" // QuickOffice Dev
|
| + ]
|
| + },
|
| "minimum_chrome_version": {
|
| "channel": "stable",
|
| "extension_types": [
|
|
|