Hacker News new | ask | show | jobs
by maxmorlocke 1536 days ago
A big part of why we're crowdfunding is to be able to grow the team and support more platforms (e.g. Desktop Firefox & Safari, mobile devices)
1 comments

Does the extension use any Chrome specific WebExtension API? Otherwise it might be fairly trivial.

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...

Candidly, the Firefox extension framework is significantly nicer. Blam'ing chrome.runtime.lastError.

There's a lot of small amounts of work to get everything working right using the webext module. We're slowly chipping away, we've eliminated all our dependencies on chrome specific modules in the last month while working on other functionality, but we're a really small team right now with competing priorities, so this will get more priority as we get more people on the team.