Skip to content

Commit

Permalink
Chrome 22 added webextensions.manifest.commands support (#24293)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Nov 27, 2024
1 parent 2a27d4f commit cd024fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webextensions/manifest/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/manifest.json/commands",
"support": {
"chrome": {
"version_added": "≤54"
"version_added": "25"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -220,7 +220,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true,
"version_added": "25",
"notes": "Available for use in Manifest V2 only."
},
"edge": "mirror",
Expand All @@ -247,7 +247,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true,
"version_added": "25",
"notes": "Available for use in Manifest V2 only."
},
"edge": "mirror",
Expand Down

0 comments on commit cd024fa

Please sign in to comment.