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

Side by Side Diff: chrome/common/extensions/docs/templates/json/manifest.json

Issue 376673003: <webview>: Update manifest doc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 | « no previous file | 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.html", 3 "documentation": "manifest/app.html",
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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "example": {} 184 "example": {}
185 }, 185 },
186 "version": { 186 "version": {
187 "documentation": "manifest/version.html", 187 "documentation": "manifest/version.html",
188 "example": "versionString", 188 "example": "versionString",
189 "level": "required" 189 "level": "required"
190 }, 190 },
191 "web_accessible_resources": { 191 "web_accessible_resources": {
192 "documentation": "manifest/web_accessible_resources.html", 192 "documentation": "manifest/web_accessible_resources.html",
193 "example": [] 193 "example": []
194 },
195 "webview": {
196 "documentation": "tags/web_view#local_resources",
197 "example": {}
194 } 198 }
195 } 199 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698