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