diff --git a/src/utils.js b/src/utils.js index c48d96a..db8f719 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,9 +1,9 @@ function loadOptions() { return browser.storage.local.get({ globals: { - width: 3, - orientation: 'vertical', - ignore: '' + width: 5, + orientation: 'horizontal', + ignore: 'web.whatsapp.com' } }); }