// Copyright 2026 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.
// See chrome/common/extensions/api/_features.md to understand this file, as
// well as feature.h, simple_feature.h, and feature_provider.h.

// If you add a new platform_app permission please update the "stubs_app" test:
// chrome/test/data/extensions/api_test/stubs_app/manifest.json

{
  "speechRecognitionPrivate": {
    "channel": "stable",
    "extension_types": ["extension"],
    "location": "component",
    "platforms": ["chromeos"],
    "allowlist": [
      "371AC6869D2138CE58123741E69F67469206909F" // AccessibilityCommon extension. https://crbug.com/40186322
    ]
  }
}
