Skip to content

Commit

Permalink
Chrome 92 adds webextensions.manifest.background.type support (#24292)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `type` member of the `background` Web Extensions manifest property. The data comes from a commit in the browser's source code, mapped to a version number using available tooling or via the commit timestamp.

Commit: https://chromiumdash.appspot.com/commit/fca0d00afe4833f3bd66e11e61494c9617deb709
  • Loading branch information
queengooborg authored Nov 22, 2024
1 parent f37418f commit 3ad6372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextensions/manifest/background.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "92"
},
"edge": "mirror",
"firefox": {
Expand Down

0 comments on commit 3ad6372

Please sign in to comment.