| 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 1df87242e542359f9a0c5e2219e72e0041c96f67..8d93b5daa2603708c134280a5c6797b0661ae639 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"
|
|
|