scrollbar-anywhere
scrollbar-anywhere copied to clipboard
Update manifest to v3
Chrome requires extensions to be migrated to Manifest V3. This requires migrating from a background script to a service worker, which cannot access local storage.
- [ ] Migrate to a Service Worker
- [ ] Migrate data from local storage to
chrome.storagein an offscreen document - [ ] Update communication with pages
- [ ] Migrate the distribution of option changes to all active tabs using another method that works with a Service Worker (if possible?)
- [ ] Load options
- [ ] Migrate data from local storage to
- [ ] Migrate from
chrome.extensiontochrome.runtime - [x] Migrate from
chrome.browserActiontochrome.action