| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 { | 219 { |
| 220 "channel": "stable", | 220 "channel": "stable", |
| 221 "extension_types": ["platform_app"], | 221 "extension_types": ["platform_app"], |
| 222 "whitelist": [ | 222 "whitelist": [ |
| 223 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 223 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
| 224 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing | 224 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing |
| 225 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release | 225 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release |
| 226 ] | 226 ] |
| 227 } | 227 } |
| 228 ], | 228 ], |
| 229 "debugger": { | 229 "debugger": [ |
| 230 "channel": "stable", | 230 { |
| 231 "extension_types": ["extension", "legacy_packaged_app"] | 231 "channel": "stable", |
| 232 }, | 232 "extension_types": ["extension", "legacy_packaged_app"] |
| 233 }, |
| 234 { |
| 235 "channel": "stable", |
| 236 "extension_types": ["platform_app"], |
| 237 "whitelist": [ |
| 238 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. |
| 239 // TODO(grv): clean up once Apps developer tool is published. |
| 240 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool.
|
| 241 ] |
| 242 } |
| 243 ], |
| 233 "developerPrivate": { | 244 "developerPrivate": { |
| 234 "channel": "stable", | 245 "channel": "stable", |
| 235 "extension_types": ["platform_app"], | 246 "extension_types": ["platform_app"], |
| 236 "whitelist": [ | 247 "whitelist": [ |
| 237 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. | 248 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. |
| 238 // TODO(grv): clean up once Apps developer tool is published. | 249 // TODO(grv): clean up once Apps developer tool is published. |
| 239 "5107DE9024C329EEA9C9A72D94C16723790C6422", // Apps Developer Tool. | 250 "5107DE9024C329EEA9C9A72D94C16723790C6422", // Apps Developer Tool. |
| 240 "8C0B1873FFFB65E4D0F4D772879F7304CEF125C2", // Apps Editor old. | 251 "8C0B1873FFFB65E4D0F4D772879F7304CEF125C2", // Apps Editor old. |
| 241 // TODO(grv) : clean up once after publish. | 252 // TODO(grv) : clean up once after publish. |
| 242 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. | 253 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 }, | 784 }, |
| 774 "system.display": { | 785 "system.display": { |
| 775 "channel": "stable", | 786 "channel": "stable", |
| 776 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 787 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 777 }, | 788 }, |
| 778 "systemPrivate": { | 789 "systemPrivate": { |
| 779 "channel": "stable", | 790 "channel": "stable", |
| 780 "extension_types": ["extension", "legacy_packaged_app"], | 791 "extension_types": ["extension", "legacy_packaged_app"], |
| 781 "location": "component" | 792 "location": "component" |
| 782 }, | 793 }, |
| 783 "tabs": { | 794 "tabs": [ |
| 784 "channel": "stable", | 795 { |
| 785 "extension_types": ["extension", "legacy_packaged_app"] | 796 "channel": "stable", |
| 786 }, | 797 "extension_types": ["extension", "legacy_packaged_app"] |
| 798 }, |
| 799 { |
| 800 "channel": "stable", |
| 801 "extension_types": ["platform_app"], |
| 802 "whitelist": [ |
| 803 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. |
| 804 // TODO(grv): clean up once Apps developer tool is published. |
| 805 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool.
|
| 806 ] |
| 807 } |
| 808 ], |
| 787 "tabCapture": { | 809 "tabCapture": { |
| 788 "channel": "stable", | 810 "channel": "stable", |
| 789 "extension_types": ["extension", "legacy_packaged_app"] | 811 "extension_types": ["extension", "legacy_packaged_app"] |
| 790 }, | 812 }, |
| 791 "terminalPrivate": { | 813 "terminalPrivate": { |
| 792 "channel": "stable", | 814 "channel": "stable", |
| 793 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 815 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 794 "whitelist": [ | 816 "whitelist": [ |
| 795 "0EA6B717932AD64C469C1CCB6911457733295907", // HTerm | 817 "0EA6B717932AD64C469C1CCB6911457733295907", // HTerm |
| 796 "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // HTerm dev | 818 "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // HTerm dev |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 903 // Only allowed for whitelisted extensions until all the caveats are | 925 // Only allowed for whitelisted extensions until all the caveats are |
| 904 // addressed. Tracked in crbug/285151. | 926 // addressed. Tracked in crbug/285151. |
| 905 "channel": "stable", | 927 "channel": "stable", |
| 906 "extension_types": ["extension"], | 928 "extension_types": ["extension"], |
| 907 "location": "component", | 929 "location": "component", |
| 908 "whitelist": [ | 930 "whitelist": [ |
| 909 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 931 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 910 ] | 932 ] |
| 911 }] | 933 }] |
| 912 } | 934 } |
| OLD | NEW |