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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. | 263 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. |
264 "4A4EA121622FCA3D78ED2AB534197F43D7189EE0", // Spark nightly build | 264 "4A4EA121622FCA3D78ED2AB534197F43D7189EE0", // Spark nightly build |
265 "9FDE6E7F06FCFA11D9A05041C7FF6D8AE662F5D1" // Spark release | 265 "9FDE6E7F06FCFA11D9A05041C7FF6D8AE662F5D1" // Spark release |
266 ] | 266 ] |
267 }, | 267 }, |
268 "devtools": { | 268 "devtools": { |
269 "channel": "stable", | 269 "channel": "stable", |
270 "extension_types": ["extension", "legacy_packaged_app"] | 270 "extension_types": ["extension", "legacy_packaged_app"] |
271 }, | 271 }, |
272 "declarativeContent": { | 272 "declarativeContent": { |
273 "channel": "dev", | 273 "channel": "stable", |
274 "extension_types": ["extension"] | 274 "extension_types": ["extension"] |
275 }, | 275 }, |
276 "declarativeWebRequest": [ | 276 "declarativeWebRequest": [ |
277 { | 277 { |
278 "channel": "beta", | 278 "channel": "beta", |
279 "extension_types": ["extension", "legacy_packaged_app"] | 279 "extension_types": ["extension", "legacy_packaged_app"] |
280 }, | 280 }, |
281 { | 281 { |
282 "channel": "stable", | 282 "channel": "stable", |
283 "extension_types": ["extension", "legacy_packaged_app"], | 283 "extension_types": ["extension", "legacy_packaged_app"], |
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
938 // Only allowed for whitelisted extensions until all the caveats are | 938 // Only allowed for whitelisted extensions until all the caveats are |
939 // addressed. Tracked in crbug/285151. | 939 // addressed. Tracked in crbug/285151. |
940 "channel": "stable", | 940 "channel": "stable", |
941 "extension_types": ["extension"], | 941 "extension_types": ["extension"], |
942 "location": "component", | 942 "location": "component", |
943 "whitelist": [ | 943 "whitelist": [ |
944 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 944 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
945 ] | 945 ] |
946 }] | 946 }] |
947 } | 947 } |
OLD | NEW |