sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.46k stars 79 forks source link

Support "Install from file" in Firefox #190

Closed nemkicsiaron closed 5 months ago

nemkicsiaron commented 6 months ago

Describe the bug Trying to add the extension to Firefox via "Install from file" fails because "the app appears to be corrupt": image

To Reproduce Try adding the newest release to Firefox

Expected behavior A clear and concise description of what you expected to happen.

Environment

Additional context Running on Windows 11

davidjayb commented 6 months ago

You need to add this through Load Temporary Add-on in about:debugging:

https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/

I believe @ignatiusmb is still working on getting this published as a full add on for Firefox.

ignatiusmb commented 6 months ago

Yes, please load it as a temporary add-on for the time being. We're still in the process of validating the extension before it can be loaded from "Install from file". I'll adjust the title to reflect it clearer.

ignatiusmb commented 5 months ago

Per v2.2.1 release, .xpi files are now available to download and install for Firefox.

rdrpenguin04 commented 3 months ago

Looks like README still needs to be updated to reflect the xpi files being available

ignatiusmb commented 3 months ago

@rdrpenguin04 thanks! #221