summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/_permission_features.json
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/api/_permission_features.json')
-rw-r--r--chrome/common/extensions/api/_permission_features.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 072b810..578b63fb 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -21,6 +21,10 @@
"channel": "stable",
"extension_types": ["packaged_app", "hosted_app"]
},
+ "audioCapture": {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ },
"background": {
"channel": "stable",
"extension_types": [
@@ -253,6 +257,10 @@
"channel": "stable",
"extension_types": ["platform_app"]
},
+ "videoCapture": {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ },
"webNavigation": {
"channel": "stable",
"extension_types": ["extension", "packaged_app"]