Hacker News new | ask | show | jobs
by freethinky 2027 days ago
At least until 82 I (have to try if it still works), I used:

about:config xpinstall.signatures.required -> false

    zip -0 mywebext.xpi manifest.json *.js *.png *.html
about:addons -> install xpi
1 comments

That worked for me only after including this snippet on the manifest:

  "browser_specific_settings": {
    "gecko": {
      "id": "example@gmail.com"
    }
  }