Implement MV3 Checklist #1169
Labels
area/MV3
Issues related to Manifest V3 version
exp/expert
Having worked on the specific codebase is important
P0
Critical: Tackled by core team ASAP
This issue tracks implementation of: https://developer.chrome.com/docs/extensions/mv3/mv3-migration/
ETA: 2023-03-30
Tasks
manifest_version: 2
->manifest_version: 3
background.page
->background.service_worker
service_worker.js
instead ofbackground.html
window
.localStorage
->browser.storage
.web_accessible_resources
-> url specific resources.content_security_policy
->content_security_policy.extension_pages
browser_action
eval
chrome.contextMenus.create
->chrome.contextMenus.onClicked
fetch
with cors enabled: fix: allow ipfs-companion browser extension to access RPC API kubo#8690Access-Control-Allow-Origin
: MissingAccess-Control-Allow-Origin
Headers on Redirects kubo#9728The text was updated successfully, but these errors were encountered: