chromium/chrome/common/chromeos/extensions/api/_permission_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 permissions for extension APIs implemented under
// src/chrome/browser/chromeos/extensions/telemetry/.
//
// See chrome/common/extensions/api/_features.md to understand this file, as
// well as feature.h, simple_feature.h, and feature_provider.h.
{
  "os.attached_device_info": {
    "channel": "stable",
    "extension_types": [
      "chromeos_system_extension"
    ],
    "dependencies": [ "manifest:chromeos_system_extension" ]
  },
  "os.bluetooth_peripherals_info": {
    "channel": "stable",
    "extension_types": [
      "chromeos_system_extension"
    ],
    "dependencies": [ "manifest:chromeos_system_extension" ]
  },
  "os.diagnostics": {
    "channel": "stable",
    "extension_types": [
      "chromeos_system_extension"
    ],
    "dependencies": [ "manifest:chromeos_system_extension" ]
  },
  "os.diagnostics.network_info_mlab": {
    "channel": "stable",
    "extension_types": [
      "chromeos_system_extension"
    ],
    "dependencies": [ "manifest:chromeos_system_extension" ]
  },
  "os.events": {
    "channel": "stable",
    "extension_types": [
      "chromeos_system_extension"
    ],
    "dependencies": [ "manifest:chromeos_system_extension" ]
  },
  "os.management.audio": {
    "channel": "stable",
    "extension_types": [
      "chromeos_system_extension"
    ],
    "dependencies": [ "manifest:chromeos_system_extension" ]
  },
  "os.telemetry": {
    "channel": "stable",
    "extension_types": [
      "chromeos_system_extension"
    ],
    "dependencies": [ "manifest:chromeos_system_extension" ]
  },
  "os.telemetry.serial_number": {
    "channel": "stable",
    "extension_types": [
      "chromeos_system_extension"
    ]
  },
  "os.telemetry.network_info": {
    "channel": "stable",
    "extension_types": [
      "chromeos_system_extension"
    ]
  }
}