Skip to content

Commit

Permalink
fix #1274 (#1288)
Browse files Browse the repository at this point in the history
Since manifest v3 `execute_browser_action` is no longer available, use the `execute_action` command instead
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/commands
  • Loading branch information
cesar19004 authored Sep 3, 2024
1 parent c8a651e commit 8083b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"scripts": ["dist/background.js"]
},
"commands": {
"_execute_browser_action": {},
"_execute_action": {},
"scan-qr": {
"description": "Scan a QR code"
},
Expand Down

0 comments on commit 8083b0a

Please sign in to comment.