Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Roadmap to Migrating to Manifest V3
this document will be deleted in a final commit before any changes get merged into master
This is very much a WIP.
It's a task list, a list of relevant resources, and potentially somewhere to bounce ideas about how Privacy Badger could evolve in a post MV3 context.
We know that much of the
webRequest
API changing todeclarativeNetRequest
will break core functionality of Privacy Badger. How could Privacy Badger remain a useful and easy-to-use tool with mostly just observational capabilities in the Chrome browser?Timeline
Links
Tasklist:
in manifest.json:
manifest_version
from2
to3
permissions
intohost_permissions
background.scripts
intobackground.service_worker
background.service_worker
from an array to a string of the relative path to the root service workerbrowser_action
intoaction
in the JavaScript:
chrome.browserAction
withchrome.action
chrome.webRequest
withchrome.declarativeNetRequest
chrome.extension.getBackgroundPage
to other messaging contexts and/orbackground.service_worker
scripts defined in the manifest