corbindavenport / share-to-mastodon

Browser extension for sharing links and tabs to Mastodon (and other Fediverse platforms)
https://chrome.google.com/webstore/detail/bibnjflclpdmbbcncejifemmbggkcjde
GNU General Public License v3.0
60 stars 0 forks source link

Firefox support #1

Closed corbindavenport closed 1 year ago

corbindavenport commented 1 year ago

Waiting until Firefox supports Manifest V3 and Service Workers. I may also investigate how much work it would be to maintain a separate Manifest V2 version (it might just need a different manifest file and nothing else?).

https://blog.mozilla.org/addons/2022/11/17/manifest-v3-signing-available-november-21-on-firefox-nightly/

corbindavenport commented 1 year ago

Working on this now in the firefox branch.

Krutonium commented 1 year ago

It's worth noting that even the current release can have Manifest v3 Enabled via

about:config
extensions.manifestV3.enabled => true
corbindavenport commented 1 year ago

The Firefox release is now rolled out :)