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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 }, | 264 }, |
265 "debugger": [ | 265 "debugger": [ |
266 { | 266 { |
267 "channel": "stable", | 267 "channel": "stable", |
268 "extension_types": ["extension", "legacy_packaged_app"] | 268 "extension_types": ["extension", "legacy_packaged_app"] |
269 }, | 269 }, |
270 { | 270 { |
271 "channel": "stable", | 271 "channel": "stable", |
272 "extension_types": ["platform_app"], | 272 "extension_types": ["platform_app"], |
273 "whitelist": [ | 273 "whitelist": [ |
274 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. | 274 "AE27D69DBE571F4B1694F05C89B710C646792231" // Published ADT. |
275 // TODO(grv): clean up once Apps developer tool is published. | |
276 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool. | |
277 ] | 275 ] |
278 } | 276 } |
279 ], | 277 ], |
280 "developerPrivate": { | 278 "developerPrivate": { |
281 "channel": "stable", | 279 "channel": "stable", |
282 "extension_types": ["platform_app"], | 280 "extension_types": ["platform_app"], |
283 "whitelist": [ | 281 "whitelist": [ |
284 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. | 282 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. |
285 // TODO(grv): clean up once Apps developer tool is published. | |
286 "5107DE9024C329EEA9C9A72D94C16723790C6422", // Apps Developer Tool. | |
287 "8C0B1873FFFB65E4D0F4D772879F7304CEF125C2", // Apps Editor old. | |
288 // TODO(grv) : clean up once after publish. | |
289 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. | 283 "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. |
290 "4A4EA121622FCA3D78ED2AB534197F43D7189EE0", // Spark nightly build. | 284 "4A4EA121622FCA3D78ED2AB534197F43D7189EE0", // Spark nightly build. |
291 "9FDE6E7F06FCFA11D9A05041C7FF6D8AE662F5D1", // Spark release. | 285 "9FDE6E7F06FCFA11D9A05041C7FF6D8AE662F5D1", // Spark release. |
292 "50B4A905D522C06E27CA6D099E3E54BDA1F152C5", // Spark Beta channel. | 286 "50B4A905D522C06E27CA6D099E3E54BDA1F152C5", // Spark Beta channel. |
293 "BA0C8BB92084C9741312D90D3EA882526853455F", // Spark dev channel. | 287 "BA0C8BB92084C9741312D90D3EA882526853455F", // Spark dev channel. |
294 "5F57A9AE8DFF5D6BB09DF8606270402612E871E5" // http://crbug.com/422624 | 288 "5F57A9AE8DFF5D6BB09DF8606270402612E871E5" // http://crbug.com/422624 |
295 ] | 289 ] |
296 }, | 290 }, |
297 "devtools": { | 291 "devtools": { |
298 "channel": "stable", | 292 "channel": "stable", |
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 }, | 987 }, |
994 "webstorePrivate": { | 988 "webstorePrivate": { |
995 "channel": "stable", | 989 "channel": "stable", |
996 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 990 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
997 "whitelist": [ | 991 "whitelist": [ |
998 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 992 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
999 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store | 993 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store |
1000 ] | 994 ] |
1001 } | 995 } |
1002 } | 996 } |
OLD | NEW |