| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 "activeTab": { | 6 "activeTab": { |
| 7 "channel": "dev", | 7 "channel": "dev", |
| 8 "extension_types": ["extension", "packaged_app"], | 8 "extension_types": ["extension", "packaged_app"], |
| 9 "min_manifest_version": 2 | 9 "min_manifest_version": 2 |
| 10 }, | 10 }, |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 }, | 287 }, |
| 288 "systemPrivate": { | 288 "systemPrivate": { |
| 289 "channel": "stable", | 289 "channel": "stable", |
| 290 "extension_types": ["extension", "packaged_app"], | 290 "extension_types": ["extension", "packaged_app"], |
| 291 "location": "component" | 291 "location": "component" |
| 292 }, | 292 }, |
| 293 "tabs": { | 293 "tabs": { |
| 294 "channel": "stable", | 294 "channel": "stable", |
| 295 "extension_types": ["extension", "packaged_app"] | 295 "extension_types": ["extension", "packaged_app"] |
| 296 }, | 296 }, |
| 297 "tabCapture": { |
| 298 "channel": "trunk", |
| 299 "extension_types": ["extension", "packaged_app"] |
| 300 }, |
| 297 "terminalPrivate": { | 301 "terminalPrivate": { |
| 298 "channel": "stable", | 302 "channel": "stable", |
| 299 "extension_types": ["extension", "packaged_app", "platform_app"], | 303 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 300 "whitelist": [ | 304 "whitelist": [ |
| 301 "pnhechapfaindjhompbnflcldabbghjo", // HTerm | 305 "pnhechapfaindjhompbnflcldabbghjo", // HTerm |
| 302 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev | 306 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev |
| 303 ] | 307 ] |
| 304 }, | 308 }, |
| 305 "topSites": { | 309 "topSites": { |
| 306 "channel": "stable", | 310 "channel": "stable", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 }, | 362 }, |
| 359 "webRequestBlocking": { | 363 "webRequestBlocking": { |
| 360 "channel": "stable", | 364 "channel": "stable", |
| 361 "extension_types": ["extension", "packaged_app"] | 365 "extension_types": ["extension", "packaged_app"] |
| 362 }, | 366 }, |
| 363 "webview": { | 367 "webview": { |
| 364 "channel": "dev", | 368 "channel": "dev", |
| 365 "extension_types": ["platform_app"] | 369 "extension_types": ["platform_app"] |
| 366 } | 370 } |
| 367 } | 371 } |
| OLD | NEW |