chromium/chrome/common/chromeos/extensions/api/_manifest_features.json

// 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/1229585
      "E3303523BFFD1014D4A9D480D692C8B22BE6176B", // http://crbug.com/1255653
      "61E945826369FCE8F7FE170778D99F89BE7B2156", // http://crbug.com/1334537
      "AC5BFFA9A9B29FF748EA6756DBCE89A065CBE164"  // Dev extension id
    ]
  }
}