change defaults

This commit is contained in:
s2
2017-12-14 07:46:05 +01:00
parent 922de5d1d1
commit bc067d663e

View File

@@ -1,9 +1,9 @@
function loadOptions() { function loadOptions() {
return browser.storage.local.get({ return browser.storage.local.get({
globals: { globals: {
width: 3, width: 5,
orientation: 'vertical', orientation: 'horizontal',
ignore: '' ignore: 'web.whatsapp.com'
} }
}); });
} }