summaryrefslogtreecommitdiffstats
path: root/extensions/common/api/_behavior_features.json
blob: c3177fa945c8cfa05455f7d3867ed2cf1438c92b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This features file defines switches used to control Extension behaviour,
// typically whitelist configuration.
//
// See extensions/common/features/* to understand this file, in particular
// feature.h, simple_feature.h, and base_feature_provider.h.
//
// To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
//
// $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \
// sha1sum | tr '[:lower:]' '[:upper:]'
// 9A0417016F345C934A1A88F55CA17C05014EEEBA  -
//
// Google employees: please update http://go/chrome-api-whitelist to map
// hashes back to ids.

{
  "whitelisted_for_incognito": {
    "channel": "stable",
    "extension_types": "all",
    // This is "external_component" for legacy reasons; it should be
    // unnecessary given there's a whitelist.
    "location": "external_component",
    "whitelist": [
      "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2",  // http://crbug.com/312900
      "D57DE394F36DC1C3220E7604C575D29C51A6C495",  // http://crbug.com/319444
      "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9"   // http://crbug.com/371562
    ]
  },
  "do_not_sync": {
    "channel": "stable",
    "component_extensions_auto_granted": false,
    "extension_types": "all",
    "whitelist": [
      "226CF815E39A363090A1E547D53063472B8279FA",  // http://crbug.com/574889
      "C17CD9E6868D7B9C67926E0EC612EA25C768418F",  // http://crbug.com/505879
      "A45DABDB47A31CC812E5490AB748C7D05E2D32E9",  // http://crbug.com/505879
      "BFEE2E3B80BE21A645E63E9346DFC383E7CB3BDA",  // http://crbug.com/505879
      "16CA7A47AAE4BE49B1E75A6B960C3875E945B264",  // http://crbug.com/505879
      "F155646B5D1CA545F7E1E4E20D573DFDD44C2540",  // http://crbug.com/505879
      "B11A93E7E5B541F8010245EBDE2C74647D6C14B9",  // http://crbug.com/505879
      "FA01E0B81978950F2BC5A50512FD769725F57510"   // http://crbug.com/505879
    ]
  },
  "zoom_without_bubble": {
    "channel": "stable",
    "extension_types": "all",
    "whitelist": [
      "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F"   // https://crbug.com/538252
    ]
  }
}