Hacker News new | ask | show | jobs
by AlphaWeaver 3022 days ago
Have you considered Firefox support? Since there are only minor differences in the underlying API nowadays, it isn't hard to build an extension for both browsers from the same source!

Source: currently maintaining a production extension for both Chrome and Firefox out of the same codebase

1 comments

Not yet, since we're first focused on an MVP. It's something we do have in mind for our roadmap!

How difficult is it to maintain both browsers compared to only one?

Not particularly challenging. There's a couple small things you have to add to the manifest usually, but no big deal.

I might actually submit a PR for Firefox support in a day or two if I get around to it.

that would be awesome! Let us know if you have any questions, happy to help you get onboarded.