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 8bdb323cd64c8037058e9f6702d57b8765975cb8..16156237f7e2e5235321f3438bfb1c618fdd7f59 100644 |
--- a/chrome/common/extensions/api/_manifest_features.json |
+++ b/chrome/common/extensions/api/_manifest_features.json |
@@ -224,6 +224,16 @@ |
"channel": "stable", |
"extension_types": "all" |
}, |
+ "launcher_page": { |
+ "channel": "stable", |
+ "min_manifest_version": 2, |
+ "extension_types": ["platform_app"], |
+ "whitelist": [ |
+ "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000 |
+ "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000 |
+ "11A01C82EF355E674E4F9728A801F5C3CB40D83F" // http://crbug.com/404000 |
+ ] |
+ }, |
"manifest_version": { |
"channel": "stable", |
"extension_types": "all" |