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 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
9 // | 9 // |
10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ | 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ |
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 { | 493 { |
494 "channel": "stable", | 494 "channel": "stable", |
495 "extension_types": ["platform_app"], | 495 "extension_types": ["platform_app"], |
496 "whitelist": [ | 496 "whitelist": [ |
497 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT | 497 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT |
498 // TODO(grv): clean up once Apps developer tool is published. | 498 // TODO(grv): clean up once Apps developer tool is published. |
499 "5107DE9024C329EEA9C9A72D94C16723790C6422", // Apps Developer Tool. | 499 "5107DE9024C329EEA9C9A72D94C16723790C6422", // Apps Developer Tool. |
500 "8C0B1873FFFB65E4D0F4D772879F7304CEF125C2", // Apps Editor old. | 500 "8C0B1873FFFB65E4D0F4D772879F7304CEF125C2", // Apps Editor old. |
501 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. | 501 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. |
502 "EE17C698905F7F2E6DDC87C9C30F11E164C829F4", // Watchdog (Activity Log) | 502 "EE17C698905F7F2E6DDC87C9C30F11E164C829F4", // Watchdog (Activity Log) |
503 "90113DA9516526D24DAF156C629CC41C049E8882" // Watchdog Test Version | 503 "90113DA9516526D24DAF156C629CC41C049E8882", // Watchdog Test Version |
| 504 "4A4EA121622FCA3D78ED2AB534197F43D7189EE0", // Spark nightly build |
| 505 "9FDE6E7F06FCFA11D9A05041C7FF6D8AE662F5D1" // Spark release |
504 ] | 506 ] |
505 }, | 507 }, |
506 { | 508 { |
507 "channel": "stable", | 509 "channel": "stable", |
508 "extension_types": ["hosted_app"], | 510 "extension_types": ["hosted_app"], |
509 "whitelist": [ | 511 "whitelist": [ |
510 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5" // Web Store | 512 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5" // Web Store |
511 ] | 513 ] |
512 } | 514 } |
513 ], | 515 ], |
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
941 // Only allowed for whitelisted extensions until all the caveats are | 943 // Only allowed for whitelisted extensions until all the caveats are |
942 // addressed. Tracked in crbug/285151. | 944 // addressed. Tracked in crbug/285151. |
943 "channel": "stable", | 945 "channel": "stable", |
944 "extension_types": ["extension"], | 946 "extension_types": ["extension"], |
945 "location": "component", | 947 "location": "component", |
946 "whitelist": [ | 948 "whitelist": [ |
947 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 949 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
948 ] | 950 ] |
949 }] | 951 }] |
950 } | 952 } |
OLD | NEW |