| 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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
| 6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
| 7 | 7 |
| 8 { | 8 { |
| 9 "activeTab": { | 9 "activeTab": { |
| 10 "channel": "stable", | 10 "channel": "stable", |
| (...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 }, | 634 }, |
| 635 "wallpaperPrivate": { | 635 "wallpaperPrivate": { |
| 636 "channel": "stable", | 636 "channel": "stable", |
| 637 "extension_types": ["platform_app"], | 637 "extension_types": ["platform_app"], |
| 638 "location": "component" | 638 "location": "component" |
| 639 }, | 639 }, |
| 640 "webNavigation": { | 640 "webNavigation": { |
| 641 "channel": "stable", | 641 "channel": "stable", |
| 642 "extension_types": ["extension", "packaged_app"] | 642 "extension_types": ["extension", "packaged_app"] |
| 643 }, | 643 }, |
| 644 "webSocketProxyPrivate": { | |
| 645 "channel": "stable", | |
| 646 "extension_types": ["extension", "packaged_app"], | |
| 647 "whitelist": [ | |
| 648 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver | |
| 649 "gnedhmakppccajfpfiihfcdlnpgomkcf", // Citrix Receiver Beta | |
| 650 "fjcibdnjlbfnbfdjneajpipnlcppleek", // Citrix Receiver Dev | |
| 651 "pnhechapfaindjhompbnflcldabbghjo", // HTerm | |
| 652 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev | |
| 653 ] | |
| 654 }, | |
| 655 "webstorePrivate": { | 644 "webstorePrivate": { |
| 656 "channel": "stable", | 645 "channel": "stable", |
| 657 "extension_types": ["extension", "packaged_app"], | 646 "extension_types": ["extension", "packaged_app"], |
| 658 "whitelist": [ | 647 "whitelist": [ |
| 659 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store | 648 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store |
| 660 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store | 649 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store |
| 661 ] | 650 ] |
| 662 }, | 651 }, |
| 663 "webRequest": { | 652 "webRequest": { |
| 664 "channel": "stable", | 653 "channel": "stable", |
| 665 "extension_types": ["extension", "packaged_app"] | 654 "extension_types": ["extension", "packaged_app"] |
| 666 }, | 655 }, |
| 667 "webRequestBlocking": { | 656 "webRequestBlocking": { |
| 668 "channel": "stable", | 657 "channel": "stable", |
| 669 "extension_types": ["extension", "packaged_app"] | 658 "extension_types": ["extension", "packaged_app"] |
| 670 }, | 659 }, |
| 671 "webview": { | 660 "webview": { |
| 672 "channel": "stable", | 661 "channel": "stable", |
| 673 "extension_types": ["platform_app"] | 662 "extension_types": ["platform_app"] |
| 674 } | 663 } |
| 675 } | 664 } |
| OLD | NEW |