Open stuartpb opened 9 years ago
chrome.storage.sync doesn't really get us much tbqh. Strongly considering swapping it for just using localStorage and to hell with the warnings (or a document/database in PouchDB).
chrome.storage.sync
localStorage
That said, I still feel options are a very platform-specific detail, and the use of options should be left to platform.
platform
chrome.storage.sync
doesn't really get us much tbqh. Strongly considering swapping it for just usinglocalStorage
and to hell with the warnings (or a document/database in PouchDB).