feedlybackgroundtab
feedlybackgroundtab copied to clipboard
Migrate from Manifest V2 to V3 for Chrome extension compatibility
- 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.