gandf / slick-rss

The news reader extension for Chromium
MIT License
25 stars 1 forks source link

Change storage to migrate to manifest V3 #25

Closed gandf closed 3 years ago

gandf commented 3 years ago

New manifest V3 use service worker and background page can't be used. Local storage can't be used.

=> migrate to localForage

gandf commented 3 years ago

Commit 8cfe0f7