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 e925dcda5b8d280a922288bd404c867dbb589145..81d821b2b55bb25705115c027218cb2ea419e9f5 100644 |
--- a/chrome/common/extensions/api/_manifest_features.json |
+++ b/chrome/common/extensions/api/_manifest_features.json |
@@ -146,14 +146,20 @@ |
] |
} |
], |
- "export": { |
- "channel": "stable", |
- "extension_types": ["shared_module"], |
- "whitelist": [ |
- "gpcckkmippodnppallflahfabmeilgjg", // browser and unit tests |
- "6EAED1924DB611B6EEF2A664BD077BE7EAD33B8F" |
- ] |
- }, |
+ "export": [ |
+ { |
+ "channel": "stable", |
+ "extension_types": ["shared_module"], |
+ "whitelist": [ |
+ "6EAED1924DB611B6EEF2A664BD077BE7EAD33B8F", |
+ "4EB74897CB187C7633357C2FE832E0AD6A44883A" |
+ ] |
+ }, |
+ { |
+ "channel": "dev", |
+ "extension_types": ["shared_module"] |
+ } |
+ ], |
"externally_connectable": { |
"channel": "stable", |
"extension_types": [ |