| Index: chrome/common/extensions/api/manifest_types.json
|
| diff --git a/chrome/common/extensions/api/manifest_types.json b/chrome/common/extensions/api/manifest_types.json
|
| index 37abb295dce27d1a6f0999b04b675ccd045d58fb..2e982b81d2a35d7881124094c49908ba74dfa58e 100644
|
| --- a/chrome/common/extensions/api/manifest_types.json
|
| +++ b/chrome/common/extensions/api/manifest_types.json
|
| @@ -183,11 +183,13 @@
|
| "properties": {
|
| "configurable": {
|
| "type": "boolean",
|
| - "description": "Whether configuring via <code>onConfigureRequested</code> is supported."
|
| + "optional": true,
|
| + "description": "Whether configuring via <code>onConfigureRequested</code> is supported. By default: <code>false</code>."
|
| },
|
| "multiple_mounts": {
|
| "type": "boolean",
|
| - "description": "Whether multiple (more than one) mounted file systems are supported."
|
| + "optional": true,
|
| + "description": "Whether multiple (more than one) mounted file systems are supported. By default: <code>false</code>."
|
| },
|
| "source": {
|
| "$ref": "FileSystemProviderSource",
|
|
|