kevmo314 / magic-copy

Magic Copy is a Chrome extension that uses Meta's Segment Anything Model to extract a foreground object from an image and copy it to the clipboard.
MIT License
2.43k stars 149 forks source link

"background.service_worker is currently disabled" in Firefox #20

Open Jipok opened 1 year ago

Jipok commented 1 year ago

I get zip from releases screenshot

kevmo314 commented 1 year ago

It seems that we have to use a separate manifest file for Firefox because it doesn't support background.service_worker in Manifest V3 yet :(

Jipok commented 1 year ago

So this add-on is only for chrome?

kevmo314 commented 1 year ago

So this add-on is only for chrome?

At the moment, yes. You can try the Firefox release but I haven't been able to test it thoroughly.

SputNikPlop commented 3 months ago

It seems that we have to use a separate manifest file for Firefox because it doesn't support background.service_worker in Manifest V3 yet :(

Yeah looks like https://github.com/mozilla/web-ext/issues/2532 but there seems to be progress based on https://bugzilla.mozilla.org/show_bug.cgi?id=1573659