1 Commits

Author SHA1 Message Date
s2
bc067d663e change defaults 2017-12-14 07:46:05 +01:00

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'
} }
}); });
} }