// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This features file defines manifest keys implemented under
// src/chrome/common/chromeos/extensions.
//
// See chrome/common/extensions/api/_features.md to understand this file, as
// well as feature.h, simple_feature.h, and feature_provider.h.
{
  // Note: only allowlisted extension ID hashes are allowed to declare this key.
  // More info: http://go/dd-telemetry-extension-api-surface
  "chromeos_system_extension": {
    "channel": "stable",
    "extension_types": [
      "chromeos_system_extension"
    ],
    "min_manifest_version": 3,
    "allowlist": [
      "CF6FFE535FA1EE153CCAFBF8AA0613E549413E11", // http://crbug.com/40189992
      "E3303523BFFD1014D4A9D480D692C8B22BE6176B", // http://crbug.com/40200113
      "61E945826369FCE8F7FE170778D99F89BE7B2156", // http://crbug.com/40228188
      "371BBC478398DB4389FDBFB1B616029BF7FAFF12", // http://crbug.com/381030526
      "2449EFDE6B600BBF8D394FA7E582172AC2ED519D", // http://crbug.com/406636601
      "ED208228A8100D7551FDEC434052061CF9CC2D00", // http://crbug.com/508124330
      "AC5BFFA9A9B29FF748EA6756DBCE89A065CBE164"  // Dev extension id
    ]
  }
}
