Files
tab-groupcolor/src/utils.js
2017-12-13 11:31:13 +01:00

10 lines
140 B
JavaScript

function loadOptions() {
return browser.storage.local.get({
globals: {
width: 3,
orientation: 'vertical',
ignore: ''
}
});
}