blob: 9bcb687e0407c21dd98c8d7c79baaac15c1fb988 [file] [log] [blame]
// Copyright 2021 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 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.diagnostics": {
"channel": "dev",
"extension_types": [
"chromeos_system_extension"
],
"dependencies": [ "manifest:chromeos_system_extension" ]
},
"os.telemetry": {
"channel": "dev",
"extension_types": [
"chromeos_system_extension"
],
"dependencies": [ "manifest:chromeos_system_extension" ]
}
}