| 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 "alarms": { | 6 "alarms": { |
| 7 "channel": "dev", | 7 "channel": "dev", |
| 8 "extension_types": ["extension", "packaged_app", "platform_app"], | 8 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 9 "min_manifest_version": 2 | 9 "min_manifest_version": 2 |
| 10 }, | 10 }, |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "extension_types": ["extension", "packaged_app", "platform_app"], | 205 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 206 "min_manifest_version": 2 | 206 "min_manifest_version": 2 |
| 207 }, | 207 }, |
| 208 "systemPrivate": { | 208 "systemPrivate": { |
| 209 "channel": "stable", | 209 "channel": "stable", |
| 210 "extension_types": ["extension", "packaged_app", "platform_app"], | 210 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 211 "location": "component" | 211 "location": "component" |
| 212 }, | 212 }, |
| 213 "tabs": { | 213 "tabs": { |
| 214 "channel": "stable", | 214 "channel": "stable", |
| 215 "extension_types": ["extension", "packaged_app", "platform_app"] | 215 "extension_types": ["extension", "packaged_app"] |
| 216 }, | 216 }, |
| 217 "terminalPrivate": { | 217 "terminalPrivate": { |
| 218 "channel": "stable", | 218 "channel": "stable", |
| 219 "extension_types": ["extension", "packaged_app", "platform_app"], | 219 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 220 "whitelist": [ | 220 "whitelist": [ |
| 221 "pnhechapfaindjhompbnflcldabbghjo", // HTerm | 221 "pnhechapfaindjhompbnflcldabbghjo", // HTerm |
| 222 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev | 222 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev |
| 223 ] | 223 ] |
| 224 }, | 224 }, |
| 225 "topSites": { | 225 "topSites": { |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 }, | 269 }, |
| 270 "webRequest": { | 270 "webRequest": { |
| 271 "channel": "stable", | 271 "channel": "stable", |
| 272 "extension_types": ["extension", "packaged_app"] | 272 "extension_types": ["extension", "packaged_app"] |
| 273 }, | 273 }, |
| 274 "webRequestBlocking": { | 274 "webRequestBlocking": { |
| 275 "channel": "stable", | 275 "channel": "stable", |
| 276 "extension_types": ["extension", "packaged_app"] | 276 "extension_types": ["extension", "packaged_app"] |
| 277 } | 277 } |
| 278 } | 278 } |
| OLD | NEW |