| 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 271f9fadc0ac6b3f8c83e25a58a6b2463cf71cf7..8bd327e6485f770ccfe975fb6796231a3b59e16a 100644
|
| --- a/chrome/common/extensions/api/_manifest_features.json
|
| +++ b/chrome/common/extensions/api/_manifest_features.json
|
| @@ -76,6 +76,10 @@
|
| "extension_types": ["extension", "packaged_app", "platform_app"],
|
| "min_manifest_version": 2
|
| },
|
| + "content_pack": {
|
| + "channel": "dev",
|
| + "extension_types": ["extension"]
|
| + },
|
| "content_security_policy": {
|
| "channel": "stable",
|
| // Platform apps have a restricted content security policy that cannot be
|
|
|