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