chromium/extensions/shell/common/api/_api_features.json

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This file defines extension APIs implemented under src/extensions/shell.
// See extensions/common/features/* to understand this file, in particular
// feature.h, simple_feature.h, and feature_provider.h.

{
  // Setup related functions for a Google Cloud Devices (GCD) target device.
  "shell.gcd": {
    "channel": "dev",
    "contexts": ["privileged_extension"],
    "extension_types": ["platform_app"]
  }
}