chromium/chrome/common/controlled_frame/api/_api_features.json

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

{
  "controlledFrameInternal": {
    "internal": true,
    "channel": "stable",
    "contexts": [
      "web_page"
    ],
    "matches": [
      "<all_urls>"
    ],
    // This feature is only enabled if the embedder's delegated check returns
    // true.
    "requires_delegated_availability_check": true
  }
}