change defaults
This commit is contained in:
@@ -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'
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user