Since Firefox fully supports Manifest V3 now, making it compatible should be pretty straightforward.
We'd mainly just need to:
- Add browser_specific_settings (with a Gecko ID) in manifest.json.
- Include Mozilla's webextension-polyfill so we can safely use Promise-based browser.* APIs.
I will submit a PR to make it happen.
Since Firefox fully supports Manifest V3 now, making it compatible should be pretty straightforward.
We'd mainly just need to:
I will submit a PR to make it happen.