Skip to content

Commit

Permalink
Chrome 96 (not 88) added `webextensions.api.scripting.*ContentScripts…
Browse files Browse the repository at this point in the history
…` support (#24377)

This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `scripting` Web Extensions interface. This fixes #22832, which contains the supporting evidence for this change.

Commit: chromium/chromium@8ea7d29
  • Loading branch information
queengooborg authored Nov 26, 2024
1 parent 9c94488 commit b8fd554
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions webextensions/api/scripting.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/scripting/RegisteredContentScript",
"support": {
"chrome": {
"version_added": "88"
"version_added": "96"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -144,7 +144,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "88"
"version_added": "96"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -362,7 +362,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/scripting/getRegisteredContentScripts",
"support": {
"chrome": {
"version_added": "88"
"version_added": "96"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -422,7 +422,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/scripting/registerContentScripts",
"support": {
"chrome": {
"version_added": "88"
"version_added": "96"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -482,7 +482,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/scripting/unregisterContentScripts",
"support": {
"chrome": {
"version_added": "88"
"version_added": "96"
},
"edge": "mirror",
"firefox": {
Expand All @@ -503,7 +503,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/scripting/updateContentScripts",
"support": {
"chrome": {
"version_added": "88"
"version_added": "96"
},
"edge": "mirror",
"firefox": {
Expand Down

0 comments on commit b8fd554

Please sign in to comment.