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...
Make the extension compatible with Manifest V3.
https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/
Challenges that I noticed: