blob: f884a50b2270a77a2e468ba819d0e6a08e978f45 [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 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": {
// TODO(lamzin): introduce a separate permission instead of manifest
// dependency.
"dependencies": [ "manifest:chromeos_system_extension" ],
"contexts": [
"blessed_extension"
],
"channel": "dev"
},
"os.telemetry": {
"dependencies": [ "permission:os.telemetry" ],
"contexts": [
"blessed_extension"
],
"channel": "dev"
}
}