diff --git a/browser-extensions/chrome/manifest.json b/browser-extensions/chrome/manifest.json index e9f0361c2..6c9388801 100644 --- a/browser-extensions/chrome/manifest.json +++ b/browser-extensions/chrome/manifest.json @@ -5,7 +5,8 @@ "version": "APP_VERSION", "permissions": [ "storage", - "notifications" + "notifications", + "videoCapture" ], "app": { "background": { diff --git a/views/settings.html b/views/settings.html index 9c2d20fdd..5f962a066 100644 --- a/views/settings.html +++ b/views/settings.html @@ -64,7 +64,7 @@