| 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": "stable", | 7 "channel": "stable", |
| 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 "extension_types": ["packaged_app", "hosted_app", "platform_app"] | 332 "extension_types": ["packaged_app", "hosted_app", "platform_app"] |
| 333 }, | 333 }, |
| 334 "serial": { | 334 "serial": { |
| 335 "channel": "stable", | 335 "channel": "stable", |
| 336 "extension_types": ["platform_app"] | 336 "extension_types": ["platform_app"] |
| 337 }, | 337 }, |
| 338 "sessionRestore": { | 338 "sessionRestore": { |
| 339 "channel": "dev", | 339 "channel": "dev", |
| 340 "extension_types": ["extension", "packaged_app"] | 340 "extension_types": ["extension", "packaged_app"] |
| 341 }, | 341 }, |
| 342 "streamsPrivate": { |
| 343 "channel": "stable", |
| 344 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 345 "whitelist": [ |
| 346 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests |
| 347 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice |
| 348 "ionpfmkccalenbmnddpbmocokhaknphg" // QuickOffice Dev |
| 349 ] |
| 350 }, |
| 342 "socket": { | 351 "socket": { |
| 343 "channel": "stable", | 352 "channel": "stable", |
| 344 "extension_types": ["platform_app"] | 353 "extension_types": ["platform_app"] |
| 345 }, | 354 }, |
| 346 "syncFileSystem": { | 355 "syncFileSystem": { |
| 347 "channel": "dev", | 356 "channel": "dev", |
| 348 "extension_types": ["platform_app"] | 357 "extension_types": ["platform_app"] |
| 349 }, | 358 }, |
| 350 "systemIndicator": { | 359 "systemIndicator": { |
| 351 "channel": "dev", | 360 "channel": "dev", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 }, | 462 }, |
| 454 "webRequestBlocking": { | 463 "webRequestBlocking": { |
| 455 "channel": "stable", | 464 "channel": "stable", |
| 456 "extension_types": ["extension", "packaged_app"] | 465 "extension_types": ["extension", "packaged_app"] |
| 457 }, | 466 }, |
| 458 "webview": { | 467 "webview": { |
| 459 "channel": "stable", | 468 "channel": "stable", |
| 460 "extension_types": ["platform_app"] | 469 "extension_types": ["platform_app"] |
| 461 } | 470 } |
| 462 } | 471 } |
| OLD | NEW |