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 66a17b95427bda82294624662cf9fbf7bf27f7c9..622ff33c69f4c56073f52762e6d0f072bf5a9f42 100644 |
| --- a/chrome/common/extensions/api/_manifest_features.json |
| +++ b/chrome/common/extensions/api/_manifest_features.json |
| @@ -13,6 +13,13 @@ |
| "extension", "packaged_app", "hosted_app", "platform_app" |
| ] |
| }, |
| + "background.persistent": { |
| + "channel": "dev", |
| + "extension_types": [ |
| + "extension", "packaged_app", "hosted_app", "platform_app" |
|
Aaron Boodman
2012/04/25 21:48:31
Omit 'hosted_app'.
Matt Perry
2012/04/25 22:28:19
Done.
|
| + ], |
| + "min_manifest_version": 2 |
| + }, |
| "background_page": { |
| "channel": "stable", |
| "extension_types": [ |