From 0af102bc9bbe7dcc4039413f763e3ebea932c73a Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Mon, 19 Aug 2024 21:23:06 -0700 Subject: [PATCH] Update Chromium data for options_page Web Extensions manifest property (#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 --- webextensions/manifest/options_page.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webextensions/manifest/options_page.json b/webextensions/manifest/options_page.json index 2217b54d27f794..7388681c00c2cf 100644 --- a/webextensions/manifest/options_page.json +++ b/webextensions/manifest/options_page.json @@ -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"