briefkasten-extension
briefkasten-extension copied to clipboard
feat(firefox): add firefox build script
Description
Adds a Firefox-specific build script. This is needed due to Firefox not fully being compatible with the new manifest v3 service worker change.
This also adds a browser_specific_settings
to the manifest.json
because the AMO (Firefox's addon store) now requires a browser-specific id in order to submit an addon.
Linked Issues
Fixes #2
Additional context
The id
used for Firefox can be changed to anything, but I followed the format recommended by Mozilla.