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 @@
- Log level shows information on the console. This is usefull to find bugs and help users. 'debug' is the most verbose level while 'fatal' only shows unexcpected errors + Log level shows information on the console. This is useful to find bugs and to help users. 'debug' is the most verbose level while 'fatal' only shows unexpected errors