Index: chrome/common/extensions/api/_permission_features.json |
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json |
index ed4585f49cfe459b7bce63820efead2912ed336d..7159da32f39dd2980b2560a52eb784c4d2a6eead 100644 |
--- a/chrome/common/extensions/api/_permission_features.json |
+++ b/chrome/common/extensions/api/_permission_features.json |
@@ -167,14 +167,22 @@ |
"extension_types": ["extension", "packaged_app"], |
"location": "component" |
}, |
- "fileSystem": { |
+ "fileSystem": [{ |
"channel": "stable", |
"extension_types": ["platform_app"] |
- }, |
- "fileSystem.write": { |
+ },{ |
+ "channel": "stable", |
+ "extension_types": ["extension"], |
+ "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
+ }], |
+ "fileSystem.write": [{ |
"channel": "stable", |
"extension_types": ["platform_app"] |
- }, |
+ },{ |
+ "channel": "stable", |
+ "extension_types": ["extension"], |
+ "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
+ }], |
"fontSettings": { |
"channel": "stable", |
"extension_types": ["extension", "packaged_app"] |