Chromium Code Reviews| 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 314 "extension_types": ["packaged_app", "hosted_app", "platform_app"] | 314 "extension_types": ["packaged_app", "hosted_app", "platform_app"] |
| 315 }, | 315 }, |
| 316 "serial": { | 316 "serial": { |
| 317 "channel": "stable", | 317 "channel": "stable", |
| 318 "extension_types": ["platform_app"] | 318 "extension_types": ["platform_app"] |
| 319 }, | 319 }, |
| 320 "sessionRestore": { | 320 "sessionRestore": { |
| 321 "channel": "dev", | 321 "channel": "dev", |
| 322 "extension_types": ["extension", "packaged_app"] | 322 "extension_types": ["extension", "packaged_app"] |
| 323 }, | 323 }, |
| 324 "streamsPrivate": { | |
| 325 "channel": "stable", | |
| 326 "extension_types": ["extension", "packaged_app", "platform_app"] | |
|
Matt Perry
2013/03/01 22:15:16
I think you can move the whitelist here instead of
Zachary Kuznia
2013/03/04 06:09:43
Done.
| |
| 327 }, | |
| 324 "socket": { | 328 "socket": { |
| 325 "channel": "stable", | 329 "channel": "stable", |
| 326 "extension_types": ["platform_app"] | 330 "extension_types": ["platform_app"] |
| 327 }, | 331 }, |
| 328 "syncFileSystem": { | 332 "syncFileSystem": { |
| 329 "channel": "dev", | 333 "channel": "dev", |
| 330 "extension_types": ["platform_app"] | 334 "extension_types": ["platform_app"] |
| 331 }, | 335 }, |
| 332 "systemIndicator": { | 336 "systemIndicator": { |
| 333 "channel": "dev", | 337 "channel": "dev", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 435 }, | 439 }, |
| 436 "webRequestBlocking": { | 440 "webRequestBlocking": { |
| 437 "channel": "stable", | 441 "channel": "stable", |
| 438 "extension_types": ["extension", "packaged_app"] | 442 "extension_types": ["extension", "packaged_app"] |
| 439 }, | 443 }, |
| 440 "webview": { | 444 "webview": { |
| 441 "channel": "stable", | 445 "channel": "stable", |
| 442 "extension_types": ["platform_app"] | 446 "extension_types": ["platform_app"] |
| 443 } | 447 } |
| 444 } | 448 } |
| OLD | NEW |