Skip to content

Commit

Permalink
Add firefox extension ID
Browse files Browse the repository at this point in the history
  • Loading branch information
dedoussis committed Nov 11, 2024
1 parent cbcb8c7 commit 9afd5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const applyFirefoxManifestTransformations = (manifest) => {
...{
browser_specific_settings: {
gecko: {
...(isDev ? { id: 'id@temporary-addon' } : {}),
id: '{5f2806a5-f66d-40c6-8fb2-6018753b5626}',
// Minimum version of Firefox that supports declarativeNetRequest:
// https://blog.mozilla.org/addons/2023/05/17/declarativenetrequest-available-in-firefox/
strict_min_version: '113.0',
Expand Down

0 comments on commit 9afd5aa

Please sign in to comment.