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() {
return browser.storage.local.get({
globals: {
width: 3,
orientation: 'vertical',
ignore: ''
width: 5,
orientation: 'horizontal',
ignore: 'web.whatsapp.com'
}
});
}