| Index: chrome/common/extensions/docs/templates/json/manifest.json
|
| diff --git a/chrome/common/extensions/docs/templates/json/manifest.json b/chrome/common/extensions/docs/templates/json/manifest.json
|
| index 1b66bafd95c32a85233c44895d06067c5d8eddc2..ef20732c2abf7f34d781bbd192c1bdedb60eed66 100644
|
| --- a/chrome/common/extensions/docs/templates/json/manifest.json
|
| +++ b/chrome/common/extensions/docs/templates/json/manifest.json
|
| @@ -88,6 +88,14 @@
|
| "documentation": "manifest/file_handlers",
|
| "example": {}
|
| },
|
| + "file_system_provider": {
|
| + "documentation": "manifest/file_system_provider",
|
| + "example": {
|
| + "configurable": true,
|
| + "multiple_mounts": true,
|
| + "source": "network"
|
| + }
|
| + },
|
| "homepage_url": {
|
| "documentation": "manifest/homepage_url",
|
| "example": "http://path/to/homepage"
|
|
|