Skip to content

Commit

Permalink
Chrome 19 added webextensions.api.browserAction.get* support (#24316)
Browse files Browse the repository at this point in the history
Commit: https://source.chromium.org/chromium/chromium/src/+/e28a937b1cb87e62afefb5918512ce8b9dfc49d5

---------

Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
  • Loading branch information
queengooborg and caugner authored Nov 27, 2024
1 parent ccff5dd commit 6688550
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions webextensions/api/browserAction.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browserAction/ColorArray",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": {
"version_added": "14"
Expand Down Expand Up @@ -144,7 +144,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browserAction/getBadgeBackgroundColor",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": {
"version_added": "14"
Expand Down Expand Up @@ -196,7 +196,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browserAction/getBadgeText",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": {
"version_added": "14"
Expand Down Expand Up @@ -266,7 +266,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browserAction/getPopup",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -312,7 +312,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browserAction/getTitle",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": {
"version_added": "15"
Expand Down Expand Up @@ -509,7 +509,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browserAction/setBadgeBackgroundColor",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": {
"version_added": "14"
Expand Down

0 comments on commit 6688550

Please sign in to comment.