summaryrefslogtreecommitdiffstats
path: root/apps/shell/common/api/_api_features.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shell/common/api/_api_features.json')
-rw-r--r--apps/shell/common/api/_api_features.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/shell/common/api/_api_features.json b/apps/shell/common/api/_api_features.json
new file mode 100644
index 0000000..9571ca8
--- /dev/null
+++ b/apps/shell/common/api/_api_features.json
@@ -0,0 +1,18 @@
+// Copyright 2014 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/apps/shell.
+// See extensions/common/features/* to understand this file, in particular
+// feature.h, simple_feature.h, and base_feature_provider.h.
+//
+// Note that specifying "web_page", "blessed_web_page", or "all" as a context
+// type will require manually updating chrome/renderer/resources/dispatcher.cc.
+
+{
+ "shell": {
+ "channel": "dev",
+ "contexts": ["blessed_extension"],
+ "extension_types": ["platform_app"]
+ }
+}