Skip to content

Commit 5e5aefe

Browse files
cesar19004mymindstorm
authored andcommitted
fix #1274 (#1288)
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
1 parent daa4ad6 commit 5e5aefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/manifest-firefox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"scripts": ["dist/background.js"]
2929
},
3030
"commands": {
31-
"_execute_browser_action": {},
31+
"_execute_action": {},
3232
"scan-qr": {
3333
"description": "Scan a QR code"
3434
},

0 commit comments

Comments
 (0)