From bc067d663e9ab92643a0285b1b38db340437d383 Mon Sep 17 00:00:00 2001 From: s2 Date: Thu, 14 Dec 2017 07:46:05 +0100 Subject: [PATCH] change defaults --- src/utils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' } }); }