Publishing as a Firefox version?
xileftenurb opened this issue · 2 comments
xileftenurb commented
Hello, I reviewed your app and it look really nice,
I'm wondering if it's complicated to add the app as a firefox add ons (since the script is browser agnostic)?
My research seem to show it would probably work out of the box if you publish it to firefox:addons
tomer8007 commented
Yes, it's probably a matter of replacing chrome
with browser
like this, and then loading it into Firefox using the devloper page.
xileftenurb commented
I created a pull request following that pattern