Skip to content

Manifest V3 #63

@mgueury

Description

@mgueury

Make the extension compatible with Manifest V3.

https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/

Challenges that I noticed:

  • there is one single background js file
  • change of background_actions to action
  • Eval seems to be not allowed on String. This could be very annoying with Emscripten. (maybe -s NO_DYNAMIC_EXECUTION=1 could help ?)
  • Service workers...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions