Skip to content

Commit

Permalink
Update Chromium data for optional_permissions Web Extensions manifest…
Browse files Browse the repository at this point in the history
… property

This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `optional_permissions` 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: mdn#1673, mdn#1771, mdn#5840, mdn#6112, mdn#12155
  • Loading branch information
queengooborg committed Aug 10, 2024
1 parent 2e150d2 commit d2d50ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions webextensions/manifest/optional_permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤81"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -348,7 +348,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤65"
},
"edge": "mirror",
"firefox": {
Expand All @@ -368,7 +368,7 @@
"description": "<code>downloads.open</code>",
"support": {
"chrome": {
"version_added": true
"version_added": "≤65"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -532,7 +532,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤92"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -614,7 +614,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤80"
},
"edge": {
"version_added": "79"
Expand Down Expand Up @@ -699,7 +699,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤81"
},
"edge": "mirror",
"firefox": {
Expand Down

0 comments on commit d2d50ea

Please sign in to comment.