-
Notifications
You must be signed in to change notification settings - Fork 75
Add support for WebExtensions API #445
Comments
Would it make more sense to make a new tool for WebExtensions? |
@andymckay I have posted a message to the dev-addons mailing list. @jsantell bump |
We have discussed that problem in the mailing list in november: https://mail.mozilla.org/pipermail/dev-addons/2015-November/000150.html |
@Mte90 until we have command line support, you can load a web extension from your local source directory which means you don't have to reinstall it or restart Firefox as you develop on it. It just landed on nightly and is available from |
Summary of my response to this on the mailing list: I think it would make sense to create a new command line tool to develop web extensions with rather than patch jpm. This would allow us to reinvent the web extension development flow which has received much better platform support since jpm was first written. |
So the first problem is resolved internally in firefox :-) |
The |
Oh whoops, this was the public thread I was referring to https://mail.mozilla.org/pipermail/dev-addons/2015-December/000230.html (I thought the thread linked above was this, heh) |
Agreed! We decided to create a new tool: https://github.com/mozilla/web-ext |
Allowjpm
to run Firefox add-ons using the WebExtensions APIExample:
Custom set user preferences (
firefox-webextension-env.json
):The text was updated successfully, but these errors were encountered: