| 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev | 411 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev |
| 412 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension | 412 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension |
| 413 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor | 413 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor |
| 414 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now | 414 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now |
| 415 "khopmbdjffemhegeeobelklnbglcdgfh", // RU-NTP | 415 "khopmbdjffemhegeeobelklnbglcdgfh", // RU-NTP |
| 416 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development | 416 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development |
| 417 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing | 417 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing |
| 418 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release | 418 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release |
| 419 ] | 419 ] |
| 420 }, | 420 }, |
| 421 "mdns": { |
| 422 "channel": "stable", |
| 423 "extension_types": ["extension"], |
| 424 "whitelist": [ |
| 425 "enhhojjnijigcajfphajepfemndkmdlo", // Dev |
| 426 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester |
| 427 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging |
| 428 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary |
| 429 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) |
| 430 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release |
| 431 ] |
| 432 }, |
| 421 "musicManagerPrivate": { | 433 "musicManagerPrivate": { |
| 422 "channel": "stable", | 434 "channel": "stable", |
| 423 "extension_types": ["platform_app"], | 435 "extension_types": ["platform_app"], |
| 424 "whitelist": [ | 436 "whitelist": [ |
| 425 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager | 437 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager |
| 426 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A" // Test | 438 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A" // Test |
| 427 ] | 439 ] |
| 428 }, | 440 }, |
| 429 "nativeMessaging": { | 441 "nativeMessaging": { |
| 430 "channel": "stable", | 442 "channel": "stable", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 }, | 692 }, |
| 681 "webRequestBlocking": { | 693 "webRequestBlocking": { |
| 682 "channel": "stable", | 694 "channel": "stable", |
| 683 "extension_types": ["extension", "packaged_app"] | 695 "extension_types": ["extension", "packaged_app"] |
| 684 }, | 696 }, |
| 685 "webview": { | 697 "webview": { |
| 686 "channel": "stable", | 698 "channel": "stable", |
| 687 "extension_types": ["platform_app"] | 699 "extension_types": ["platform_app"] |
| 688 } | 700 } |
| 689 } | 701 } |
| OLD | NEW |