Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: chrome/common/extensions/docs/templates/json/manifest.json

Issue 1127273004: Update documentation for "file_system_provider" manifest section. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/fileSystemProvider.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/fileSystemProvider.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698