Files
tab-groupcolor/src/utils.js
2017-12-12 14:22:32 +01:00

9 lines
125 B
JavaScript

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