| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 "usb": { | 331 "usb": { |
| 332 "channel": "dev", | 332 "channel": "dev", |
| 333 "extension_types": ["platform_app"] | 333 "extension_types": ["platform_app"] |
| 334 }, | 334 }, |
| 335 "videoCapture": { | 335 "videoCapture": { |
| 336 "channel": "stable", | 336 "channel": "stable", |
| 337 "extension_types": ["platform_app"] | 337 "extension_types": ["platform_app"] |
| 338 }, | 338 }, |
| 339 "wallpaperPrivate": { | 339 "wallpaperPrivate": { |
| 340 "channel": "stable", | 340 "channel": "stable", |
| 341 "extension_types": ["extension", "packaged_app"], | 341 "extension_types": ["platform_app"], |
| 342 "location": "component" | 342 "location": "component" |
| 343 }, | 343 }, |
| 344 "webNavigation": { | 344 "webNavigation": { |
| 345 "channel": "stable", | 345 "channel": "stable", |
| 346 "extension_types": ["extension", "packaged_app"] | 346 "extension_types": ["extension", "packaged_app"] |
| 347 }, | 347 }, |
| 348 "webSocketProxyPrivate": { | 348 "webSocketProxyPrivate": { |
| 349 "channel": "stable", | 349 "channel": "stable", |
| 350 "extension_types": ["extension", "packaged_app"], | 350 "extension_types": ["extension", "packaged_app"], |
| 351 "whitelist": [ | 351 "whitelist": [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 370 }, | 370 }, |
| 371 "webRequestBlocking": { | 371 "webRequestBlocking": { |
| 372 "channel": "stable", | 372 "channel": "stable", |
| 373 "extension_types": ["extension", "packaged_app"] | 373 "extension_types": ["extension", "packaged_app"] |
| 374 }, | 374 }, |
| 375 "webview": { | 375 "webview": { |
| 376 "channel": "dev", | 376 "channel": "dev", |
| 377 "extension_types": ["platform_app"] | 377 "extension_types": ["platform_app"] |
| 378 } | 378 } |
| 379 } | 379 } |
| OLD | NEW |