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 // This features file defines permissions for extension APIs implemented | 5 // This features file defines permissions for extension APIs implemented |
6 // under src/chrome. | 6 // under src/chrome. |
7 // See extensions/common/features/* to understand this file, in particular | 7 // See extensions/common/features/* to understand this file, in particular |
8 // feature.h, simple_feature.h, and base_feature_provider.h. | 8 // feature.h, simple_feature.h, and base_feature_provider.h. |
9 | 9 |
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 "developerPrivate": { | 288 "developerPrivate": { |
289 "channel": "stable", | 289 "channel": "stable", |
290 "extension_types": ["platform_app"], | 290 "extension_types": ["platform_app"], |
291 "whitelist": [ | 291 "whitelist": [ |
292 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. | 292 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. |
293 // TODO(grv): clean up once Apps developer tool is published. | 293 // TODO(grv): clean up once Apps developer tool is published. |
294 "5107DE9024C329EEA9C9A72D94C16723790C6422", // Apps Developer Tool. | 294 "5107DE9024C329EEA9C9A72D94C16723790C6422", // Apps Developer Tool. |
295 "8C0B1873FFFB65E4D0F4D772879F7304CEF125C2", // Apps Editor old. | 295 "8C0B1873FFFB65E4D0F4D772879F7304CEF125C2", // Apps Editor old. |
296 // TODO(grv) : clean up once after publish. | 296 // TODO(grv) : clean up once after publish. |
297 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. | 297 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. |
298 "4A4EA121622FCA3D78ED2AB534197F43D7189EE0", // Spark nightly build | 298 "4A4EA121622FCA3D78ED2AB534197F43D7189EE0", // Spark nightly build. |
299 "9FDE6E7F06FCFA11D9A05041C7FF6D8AE662F5D1" // Spark release | 299 "9FDE6E7F06FCFA11D9A05041C7FF6D8AE662F5D1", // Spark release. |
| 300 "50B4A905D522C06E27CA6D099E3E54BDA1F152C5", // Spark Beta channel. |
| 301 "BA0C8BB92084C9741312D90D3EA882526853455F" // Spark dev channel. |
300 ] | 302 ] |
301 }, | 303 }, |
302 "devtools": { | 304 "devtools": { |
303 "channel": "stable", | 305 "channel": "stable", |
304 "extension_types": ["extension", "legacy_packaged_app"] | 306 "extension_types": ["extension", "legacy_packaged_app"] |
305 }, | 307 }, |
306 "declarativeContent": { | 308 "declarativeContent": { |
307 "channel": "stable", | 309 "channel": "stable", |
308 "extension_types": ["extension"] | 310 "extension_types": ["extension"] |
309 }, | 311 }, |
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
990 // Only allowed for whitelisted extensions until all the caveats are | 992 // Only allowed for whitelisted extensions until all the caveats are |
991 // addressed. Tracked in crbug/285151. | 993 // addressed. Tracked in crbug/285151. |
992 "channel": "stable", | 994 "channel": "stable", |
993 "extension_types": ["extension"], | 995 "extension_types": ["extension"], |
994 "location": "component", | 996 "location": "component", |
995 "whitelist": [ | 997 "whitelist": [ |
996 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 998 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
997 ] | 999 ] |
998 }] | 1000 }] |
999 } | 1001 } |
OLD | NEW |