NirmalScaria / le-git-graph

Browser extension to add git graph to GitHub website.
https://chrome.google.com/webstore/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff
MIT License
3.13k stars 16 forks source link

Firefox release failure #72

Open NirmalScaria opened 3 months ago

NirmalScaria commented 3 months ago

Describe the bug The extension no longer updates on firefox, as the pipeline fails. Seems like firefox has made some changes to how service workers are handled. Packaging the extension manually and loading to firefox also doesn't seem to work.

To Reproduce Steps to reproduce the behavior:

  1. Zip the extension
  2. Attempt to load it to firefox.

Expected behavior The extension should load

Version information:

Additional context I probably wont fix this, as firefox seems to be making too many changes with MV3, and it doesn't seem like the user base for firefox is large enough. (For this extension as well as firefox in general) If any of you are in love with firefox and want to get this to work on firefox, please feel free to work on this issue and I will happy to get any fixes into the pipeline.