| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 }, | 228 }, |
| 229 "echoPrivate": { | 229 "echoPrivate": { |
| 230 "channel": "stable", | 230 "channel": "stable", |
| 231 "extension_types": ["extension", "packaged_app"], | 231 "extension_types": ["extension", "packaged_app"], |
| 232 "location": "component" | 232 "location": "component" |
| 233 }, | 233 }, |
| 234 "pageCapture": { | 234 "pageCapture": { |
| 235 "channel": "stable", | 235 "channel": "stable", |
| 236 "extension_types": ["extension", "packaged_app"] | 236 "extension_types": ["extension", "packaged_app"] |
| 237 }, | 237 }, |
| 238 "pointerLock": { |
| 239 "channel": "dev", |
| 240 "extension_types": ["platform_app"] |
| 241 }, |
| 238 "plugin": { | 242 "plugin": { |
| 239 "channel": "stable", | 243 "channel": "stable", |
| 240 "extension_types": ["extension", "packaged_app"] | 244 "extension_types": ["extension", "packaged_app"] |
| 241 }, | 245 }, |
| 242 "privacy": { | 246 "privacy": { |
| 243 "channel": "stable", | 247 "channel": "stable", |
| 244 "extension_types": ["extension", "packaged_app"] | 248 "extension_types": ["extension", "packaged_app"] |
| 245 }, | 249 }, |
| 246 "proxy": { | 250 "proxy": { |
| 247 "channel": "stable", | 251 "channel": "stable", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 }, | 374 }, |
| 371 "webRequestBlocking": { | 375 "webRequestBlocking": { |
| 372 "channel": "stable", | 376 "channel": "stable", |
| 373 "extension_types": ["extension", "packaged_app"] | 377 "extension_types": ["extension", "packaged_app"] |
| 374 }, | 378 }, |
| 375 "webview": { | 379 "webview": { |
| 376 "channel": "dev", | 380 "channel": "dev", |
| 377 "extension_types": ["platform_app"] | 381 "extension_types": ["platform_app"] |
| 378 } | 382 } |
| 379 } | 383 } |
| OLD | NEW |