-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox extensions #12
Comments
https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox The Firefox cannot use unsigned extension now, we should recommend use Firefox Developer Edition and disable Also, the Firefox Developer Edition which can load local directories. |
@jhen0409, Yes, AFAIK, Firefox doesn't support webextensions at all yet, and we need whether Nightly or Developer Edition. About signing it is indicated in the load section. I know the readme needs rework :) The original plan of Mozilla was to migrate to WebExtensions by December last year, but it is taking longer, and for now it is difficult to implement something as the API is too limited. |
Just FYI here, Firefox has implemented a large number of web extensions API since February ... |
@groovecoder, thanks for the info. Yes, the API is improving. We did support firefox webextension's api in 'v0.3.1'. Specifically for the current boilerplate we also need |
I used it recently so I'm fairly sure it's supported now. That bug may still be open because of some other |
For building Firefox extensions we use WebExtensions's standards, which is still supported only in Firefox Nightly.
To completely support it, we need:
The text was updated successfully, but these errors were encountered: