| 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 ab5eaca64304d57ddb4870dc5fcdf3a41fd782c1..7faca6884b2f93c2976f2888c1267b9370b2eba2 100644
|
| --- a/chrome/common/extensions/api/manifest_types.json
|
| +++ b/chrome/common/extensions/api/manifest_types.json
|
| @@ -191,6 +191,11 @@
|
| "optional": true,
|
| "description": "Whether multiple (more than one) mounted file systems are supported. By default: <code>false</code>."
|
| },
|
| + "watchable": {
|
| + "type": "boolean",
|
| + "optional": true,
|
| + "description": "Whether setting watchers and notifying about changes is supported. By default: <code>false</code>."
|
| + },
|
| "source": {
|
| "$ref": "FileSystemProviderSource",
|
| "description": "Source of data for mounted file systems."
|
|
|