From 8c3ac2faa39c8f832d037c9b8929220550718ba0 Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Thu, 1 Feb 2024 00:50:46 +0000 Subject: [PATCH] chore: force css `:has()` support --- src/manifest.jsonc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/manifest.jsonc b/src/manifest.jsonc index 0803393..f906cdc 100644 --- a/src/manifest.jsonc +++ b/src/manifest.jsonc @@ -7,7 +7,10 @@ "browser_specific_settings": { "gecko": { - "id": "{300f03ef-d037-4626-9e39-0823ff5d7a9b}" + "id": "{300f03ef-d037-4626-9e39-0823ff5d7a9b}","strict_min_version": "121" + }, + "gecko_android": { + "id": "{300f03ef-d037-4626-9e39-0823ff5d7a9b}","strict_min_version": "121" } },