scrollbar-anywhere icon indicating copy to clipboard operation
scrollbar-anywhere copied to clipboard

Update manifest to v3

Open davidparsson opened this issue 1 year ago • 0 comments

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.storage in 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 from chrome.extension to chrome.runtime
  • [x] Migrate from chrome.browserAction to chrome.action

davidparsson avatar Dec 05 '23 09:12 davidparsson