Skip to content

Migrate extension from Manifest V2 to Manifest V3#7

Open
rafajrcarvalho wants to merge 1 commit into
mxrch:masterfrom
rafajrcarvalho:migrate-to-manifest-v3
Open

Migrate extension from Manifest V2 to Manifest V3#7
rafajrcarvalho wants to merge 1 commit into
mxrch:masterfrom
rafajrcarvalho:migrate-to-manifest-v3

Conversation

@rafajrcarvalho

Copy link
Copy Markdown

Manifest V2 is no longer supported by modern Chrome versions.

Changes:

  • manifest_version 2 -> 3
  • browser_action -> action
  • Background page -> service worker (ES module)
  • Split permissions and host_permissions
  • Remove webRequestBlocking (unavailable in MV3)
  • Remove customizeLogin using filterResponseData (Firefox-only API)
  • Replace browser.* API calls with chrome.* native API
  • Remove browser-polyfill.min.js dependency from HTML files
  • Update web_accessible_resources to MV3 format

Manifest V2 is no longer supported by modern Chrome versions.

Changes:
- manifest_version 2 -> 3
- browser_action -> action
- Background page -> service worker (ES module)
- Split permissions and host_permissions
- Remove webRequestBlocking (unavailable in MV3)
- Remove customizeLogin using filterResponseData (Firefox-only API)
- Replace browser.* API calls with chrome.* native API
- Remove browser-polyfill.min.js dependency from HTML files
- Update web_accessible_resources to MV3 format
@rafajrcarvalho

rafajrcarvalho commented Feb 18, 2026

Copy link
Copy Markdown
Author
image

now working!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants