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

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
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": {
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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 }, 233 },
226 "web_accessible_resources": { 234 "web_accessible_resources": {
227 "documentation": "manifest/web_accessible_resources", 235 "documentation": "manifest/web_accessible_resources",
228 "example": [] 236 "example": []
229 }, 237 },
230 "webview": { 238 "webview": {
231 "documentation": "tags/webview#local_resources", 239 "documentation": "tags/webview#local_resources",
232 "example": {} 240 "example": {}
233 } 241 }
234 } 242 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698