| 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev | 416 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev |
| 417 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension | 417 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension |
| 418 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor | 418 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor |
| 419 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now | 419 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now |
| 420 "khopmbdjffemhegeeobelklnbglcdgfh", // RU-NTP | 420 "khopmbdjffemhegeeobelklnbglcdgfh", // RU-NTP |
| 421 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development | 421 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development |
| 422 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing | 422 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing |
| 423 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release | 423 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release |
| 424 ] | 424 ] |
| 425 }, | 425 }, |
| 426 "mdns": { |
| 427 "channel": "stable", |
| 428 "extension_types": ["extension"], |
| 429 "whitelist": [ |
| 430 "enhhojjnijigcajfphajepfemndkmdlo", // Dev |
| 431 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester |
| 432 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging |
| 433 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary |
| 434 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) |
| 435 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release |
| 436 ] |
| 437 }, |
| 426 "musicManagerPrivate": { | 438 "musicManagerPrivate": { |
| 427 "channel": "stable", | 439 "channel": "stable", |
| 428 "extension_types": ["platform_app"], | 440 "extension_types": ["platform_app"], |
| 429 "whitelist": [ | 441 "whitelist": [ |
| 430 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager | 442 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager |
| 431 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test | 443 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test |
| 432 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA" | 444 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA" |
| 433 ] | 445 ] |
| 434 }, | 446 }, |
| 435 "nativeMessaging": { | 447 "nativeMessaging": { |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 }, | 705 }, |
| 694 "webRequestBlocking": { | 706 "webRequestBlocking": { |
| 695 "channel": "stable", | 707 "channel": "stable", |
| 696 "extension_types": ["extension", "legacy_packaged_app"] | 708 "extension_types": ["extension", "legacy_packaged_app"] |
| 697 }, | 709 }, |
| 698 "webview": { | 710 "webview": { |
| 699 "channel": "stable", | 711 "channel": "stable", |
| 700 "extension_types": ["platform_app"] | 712 "extension_types": ["platform_app"] |
| 701 } | 713 } |
| 702 } | 714 } |
| OLD | NEW |