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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/fileSystemProvider.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "app": { 2 "app": {
3 "documentation": "manifest/app", 3 "documentation": "manifest/app",
4 "example": {}, 4 "example": {},
5 "level": "required" 5 "level": "required"
6 }, 6 },
7 "app.background": { 7 "app.background": {
8 "example": {"scripts": ["background.js"]}, 8 "example": {"scripts": ["background.js"]},
9 "level": "required" 9 "level": "required"
10 }, 10 },
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 } 81 }
82 }, 82 },
83 "file_browser_handlers": { 83 "file_browser_handlers": {
84 "documentation": "fileBrowserHandler", 84 "documentation": "fileBrowserHandler",
85 "example": [] 85 "example": []
86 }, 86 },
87 "file_handlers": { 87 "file_handlers": {
88 "documentation": "manifest/file_handlers", 88 "documentation": "manifest/file_handlers",
89 "example": {} 89 "example": {}
90 }, 90 },
91 "file_system_provider_capabilities": {
92 "documentation": "manifest/file_system_provider",
93 "example": {
94 "configurable": true,
95 "multiple_mounts": true,
96 "source": "network"
97 }
98 },
91 "homepage_url": { 99 "homepage_url": {
92 "documentation": "manifest/homepage_url", 100 "documentation": "manifest/homepage_url",
93 "example": "http://path/to/homepage" 101 "example": "http://path/to/homepage"
94 }, 102 },
95 "icons": { 103 "icons": {
96 "documentation": "manifest/icons", 104 "documentation": "manifest/icons",
97 "example": {}, 105 "example": {},
98 "level": "recommended" 106 "level": "recommended"
99 }, 107 },
100 "import": { 108 "import": {
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 }, 239 },
232 "web_accessible_resources": { 240 "web_accessible_resources": {
233 "documentation": "manifest/web_accessible_resources", 241 "documentation": "manifest/web_accessible_resources",
234 "example": [] 242 "example": []
235 }, 243 },
236 "webview": { 244 "webview": {
237 "documentation": "tags/webview#local_resources", 245 "documentation": "tags/webview#local_resources",
238 "example": {} 246 "example": {}
239 } 247 }
240 } 248 }
OLDNEW
« 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