From 3ad6372512e4364eebb7a828686b880f854a2bcf Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 22 Nov 2024 12:15:15 -0800 Subject: [PATCH] Chrome 92 adds `webextensions.manifest.background.type` support (#24292) 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 --- webextensions/manifest/background.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webextensions/manifest/background.json b/webextensions/manifest/background.json index 3cdd2fdbbcc3eb..3114adff16616f 100644 --- a/webextensions/manifest/background.json +++ b/webextensions/manifest/background.json @@ -172,7 +172,7 @@ "__compat": { "support": { "chrome": { - "version_added": true + "version_added": "92" }, "edge": "mirror", "firefox": {