chrome.storage.sync.get("accounts", function (obj) {
console.log(obj);
});
not sure what's wrong i have accounts as key and some value, but I got blank object using above code.
As you can see I did have something in my localstorage :
But why is it a blank object?
I have no permission issue, but why is it a blank object?