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..005f33b6f43a545a3411bb6884adf9fbc99fc619 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_capabilities": { |
+ "documentation": "manifest/file_system_provider", |
+ "example": { |
+ "configurable": true, |
+ "multiple_mounts": true, |
+ "source": "network" |
+ } |
+ }, |
"homepage_url": { |
"documentation": "manifest/homepage_url", |
"example": "http://path/to/homepage" |