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..47c95b0179943e39f6d50aef3e82309940c84d4e 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", "platform_app" |
+ ], |
+ "min_manifest_version": 2 |
+ }, |
"background_page": { |
"channel": "stable", |
"extension_types": [ |