Skip to content

Commit

Permalink
Update Chromium data for options_page Web Extensions manifest property (
Browse files Browse the repository at this point in the history
#24094)

This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `options_page` Web Extensions manifest property. This sets the feature(s) to a version range based upon the date that the feature was added to BCD with the intent of replacing `true` values with ranged values to eliminate `true` values from BCD.

Commit/PR Adding the Feature: #1267
  • Loading branch information
queengooborg authored Aug 20, 2024
1 parent 185f62a commit 0af102b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextensions/manifest/options_page.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/options_page",
"support": {
"chrome": {
"version_added": true
"version_added": "≤65"
},
"edge": {
"version_added": "14"
Expand Down

0 comments on commit 0af102b

Please sign in to comment.