feedlybackgroundtab icon indicating copy to clipboard operation
feedlybackgroundtab copied to clipboard

Migrate from Manifest V2 to V3 for Chrome extension compatibility

Open asonas opened this issue 6 months ago • 0 comments

  • Update manifest_version from 2 to 3
  • Replace chrome.extension API with chrome.runtime API
  • Convert background scripts to service worker
  • Separate host permissions from general permissions
  • Update minimum Chrome version to 95
  • Bump version to 0.14
  • Fix code formatting consistency

This change ensures compatibility with current Chrome browsers and resolves the "unsupported manifest version" installation error.

asonas avatar Jul 14 '25 05:07 asonas