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