Skip to content

Commit

Permalink
webextensions.api.browserAction can be inferred from child features
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Jul 19, 2024
1 parent cbf9eab commit 9c7695d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions webextensions/api/browserAction.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/API/browserAction",
"support": {
"chrome": {
"version_added": true,
"version_added": "≤58",
"notes": "Available for use in Manifest V2 only."
},
"edge": {
Expand All @@ -21,7 +21,10 @@
"version_added": "55",
"notes": "Available for use in Manifest V2 only."
},
"opera": "mirror",
"opera": {
"version_added": "≤15",
"notes": "Available for use in Manifest V2 only."
},
"safari": {
"version_added": "14",
"notes": "Available for use in Manifest V2 only."
Expand Down

0 comments on commit 9c7695d

Please sign in to comment.