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

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

Issue 1358903003: Documentation for "not_allowed" value in "incognito" manifest field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years, 2 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/articles/manifest/incognito.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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "documentation": "manifest/icons", 108 "documentation": "manifest/icons",
109 "example": {}, 109 "example": {},
110 "level": "recommended" 110 "level": "recommended"
111 }, 111 },
112 "import": { 112 "import": {
113 "documentation": "shared_modules", 113 "documentation": "shared_modules",
114 "example": [{"id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}] 114 "example": [{"id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}]
115 }, 115 },
116 "incognito": { 116 "incognito": {
117 "documentation": "manifest/incognito", 117 "documentation": "manifest/incognito",
118 "example": "spanning or split" 118 "example": "spanning, split, or not_allowed"
119 }, 119 },
120 "key": { 120 "key": {
121 "documentation": "manifest/key", 121 "documentation": "manifest/key",
122 "example": "publicKey" 122 "example": "publicKey"
123 }, 123 },
124 "kiosk_enabled": { 124 "kiosk_enabled": {
125 "documentation": "manifest/kiosk_enabled#kiosk_enabled", 125 "documentation": "manifest/kiosk_enabled#kiosk_enabled",
126 "example": true 126 "example": true
127 }, 127 },
128 "kiosk_only": { 128 "kiosk_only": {
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 }, 243 },
244 "web_accessible_resources": { 244 "web_accessible_resources": {
245 "documentation": "manifest/web_accessible_resources", 245 "documentation": "manifest/web_accessible_resources",
246 "example": [] 246 "example": []
247 }, 247 },
248 "webview": { 248 "webview": {
249 "documentation": "tags/webview#local_resources", 249 "documentation": "tags/webview#local_resources",
250 "example": {} 250 "example": {}
251 } 251 }
252 } 252 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/manifest/incognito.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698