Hi there,
I’ve built my first addon ever this week and I got a few friends of mine who want to help me test it before I attempt to further polish it. Long live good feedback!
The problem is that I can’t seem to isntall it in my Firefox browser without it telling me that “This addon could not be installed because it appears to be corrupted” when I use the “Install Add-On From File…” command.
Things I’ve tried:
- I’ve packed the files I need in a .zip folder with the “Deflate” compression method through Windows.
- I’ve used “web-ext build” to get my .zip file. The building works, but I get the same error when trying to install the add-on.
- I am running Firefox Developer Browser 131.0b4. I have tried it on the normal Firefox Browser too. Neither work.
- I have set “xpinstall.signatures.required” to “false” in “about:config” (on both browsers).
- The .zip file DOES work when I load it as a temporary add-on through the “Load Temporary Add-on…” button (on both browsers).
- When loaded through “Load Temporary Add-on…” the addon itself works fine and throws no errors in the console.
- I have not made the mistake of packing the parent folder that contains the files for the addon, I have only packed the files themselves.
Does anyone have any ideas what I could try next?
Or better yet any ideas what I’m doing wrong?
Maybe someone knows a way to force Firefox to give me a little more information about the corruption?
Am I missing something incredibly obvious?
Thank you so much for the help in advance