I’m the author of a Pasa, a password generator plugin for Firefox (source code on GitHub). It broke in Firefox 51, and I’m trying to fix it. In the past I did development and debugging with jpm run
, but this doesn’t work anymore, not even if I set xpinstall.signatures.required=false
. And I can’t port Pasa to WebExtensions until Firefox supports the Credential Management API, so I’m stuck with jpm.
How can I make jpm run
work again?