tabalanche / tabalanche-extension

The Tabalanche browser extension
GNU General Public License v3.0
27 stars 7 forks source link

Taking option storage out of platform-specific functionality #15

Open stuartpb opened 9 years ago

stuartpb commented 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).

stuartpb commented 9 years ago

That said, I still feel options are a very platform-specific detail, and the use of options should be left to platform.