FlowCrypt / flowcrypt-browser

FlowCrypt Browser extension for Chrome and Firefox
https://flowcrypt.com
Other
373 stars 46 forks source link

Use Manifest V3 for Firefox builds #5829

Closed sosnovsky closed 2 months ago

sosnovsky commented 2 months ago

Previously we left manifest v2 for Firefox because of issue with optional host_permissions (https://github.com/FlowCrypt/flowcrypt-browser/pull/5651#issuecomment-2029591323). But now host_permissions are grant by default, like in Chrome (https://bugzilla.mozilla.org/show_bug.cgi?id=1839129#c12) Let's start using manifest v3 for Firefox too, making it more consistent with Chrome builds.