Index: chrome/common/extensions/docs/templates/intros/fileSystemProvider.html |
diff --git a/chrome/common/extensions/docs/templates/intros/fileSystemProvider.html b/chrome/common/extensions/docs/templates/intros/fileSystemProvider.html |
index 7c4f80172a4ba670ee29e1a55c5820cee5d24ff3..ea49a4bc8ec5f457497d62873b27578093b3b2ba 100644 |
--- a/chrome/common/extensions/docs/templates/intros/fileSystemProvider.html |
+++ b/chrome/common/extensions/docs/templates/intros/fileSystemProvider.html |
@@ -11,11 +11,11 @@ For example:</p> |
"fileSystemProvider" |
], |
... |
- "file_system_provider_capabilities": [ |
+ "file_system_provider_capabilities": { |
"configurable": true, |
"multiple_mounts": true, |
<span id="manifest-source">"source": "network"</span> |
- ], |
+ }, |
... |
} |
</pre> |