add options
This commit is contained in:
8
src/utils.js
Normal file
8
src/utils.js
Normal file
@@ -0,0 +1,8 @@
|
||||
function loadOptions() {
|
||||
return browser.storage.local.get({
|
||||
globals: {
|
||||
width: 3,
|
||||
orientation: 'vertical'
|
||||
}
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user