From a61b1e120e2e7b2bc9ded29a04f5f97392235e26 Mon Sep 17 00:00:00 2001 From: Richard Bloor Date: Fri, 2 Feb 2024 15:28:53 +1300 Subject: [PATCH 1/3] webextensions.manifest.content_scripts.world support in Chrome --- webextensions/manifest/content_scripts.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/webextensions/manifest/content_scripts.json b/webextensions/manifest/content_scripts.json index 1ec74965699151..b01f4db84a9987 100644 --- a/webextensions/manifest/content_scripts.json +++ b/webextensions/manifest/content_scripts.json @@ -230,6 +230,25 @@ } } } + }, + "world": { + "__compat": { + "support": { + "chrome": { + "version_added": "95" + }, + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "opera": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror" + } + } } } } From ab37d8aaffcf48e38e229384a811c29b9f5c0f1e Mon Sep 17 00:00:00 2001 From: Richard Bloor Date: Sat, 3 Feb 2024 04:54:41 +1300 Subject: [PATCH 2/3] add impl_url --- webextensions/manifest/content_scripts.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webextensions/manifest/content_scripts.json b/webextensions/manifest/content_scripts.json index b01f4db84a9987..6236645b2a6fce 100644 --- a/webextensions/manifest/content_scripts.json +++ b/webextensions/manifest/content_scripts.json @@ -239,7 +239,8 @@ }, "edge": "mirror", "firefox": { - "version_added": false + "version_added": false, + "impl_url": "https://bugzil.la/1736575" }, "firefox_android": "mirror", "opera": "mirror", From c4851aca89f8cc5aa0b22c8a979a064dbb391600 Mon Sep 17 00:00:00 2001 From: rebloor Date: Wed, 7 Feb 2024 13:50:08 +1300 Subject: [PATCH 3/3] Version added correction Co-authored-by: Rob Wu --- webextensions/manifest/content_scripts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webextensions/manifest/content_scripts.json b/webextensions/manifest/content_scripts.json index 6236645b2a6fce..86b95a7984fb58 100644 --- a/webextensions/manifest/content_scripts.json +++ b/webextensions/manifest/content_scripts.json @@ -235,7 +235,7 @@ "__compat": { "support": { "chrome": { - "version_added": "95" + "version_added": "111" }, "edge": "mirror", "firefox": {