1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // This features file defines switches used to control Extension behaviour,
6 // typically whitelist configuration.
8 // See extensions/common/features/* to understand this file, in particular
9 // feature.h, simple_feature.h, and base_feature_provider.h.
11 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
13 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \
14 // sha1sum | tr '[:lower:]' '[:upper:]'
15 // 9A0417016F345C934A1A88F55CA17C05014EEEBA -
17 // Google employees: please update http://go/chrome-api-whitelist to map
18 // hashes back to ids.
21 "bluetooth.peripheral": {
23 "extension_types": ["platform_app"],
24 "platforms": ["chromeos"],
26 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/485292
27 "81986D4F846CEDDDB962643FA501D1780DD441BB", // http://crbug.com/485292
28 "9E287A8257E58EFB13E89C86A4B75A3AC4B058D8" // http://crbug.com/485292
34 "whitelisted_for_incognito": {
36 "extension_types": "all",
37 // This is "external_component" for legacy reasons; it should be
38 // unnecessary given there's a whitelist.
39 "location": "external_component",
41 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
42 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444
43 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
48 "component_extensions_auto_granted": false,
49 "extension_types": "all",
51 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E", // http://crbug.com/505879
52 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/505879
53 "A45DABDB47A31CC812E5490AB748C7D05E2D32E9", // http://crbug.com/505879
54 "BFEE2E3B80BE21A645E63E9346DFC383E7CB3BDA", // http://crbug.com/505879
55 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // http://crbug.com/505879
56 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // http://crbug.com/505879
57 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // http://crbug.com/505879
58 "FA01E0B81978950F2BC5A50512FD769725F57510" // http://crbug.com/505879