9 lines
125 B
JavaScript
9 lines
125 B
JavaScript
function loadOptions() {
|
|
return browser.storage.local.get({
|
|
globals: {
|
|
width: 3,
|
|
orientation: 'vertical'
|
|
}
|
|
});
|
|
}
|