From 5e4e1b0e177c57b40519ea594bc19b9e015abac3 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Fri, 17 Nov 2023 15:51:00 +1100 Subject: [PATCH] fix seqta not working on certain domains --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 1ae9889c..69b00f13 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "BetterSEQTA+", - "version": "3.2.0", + "version": "3.2.1", "description": "Make SEQTA usable and beautiful! A fork of BetterSEQTA to continue development and add WAY more features!!!", "icons": { "32": "icons/icon-32.png", @@ -25,7 +25,7 @@ "optional_permissions": ["declarativeContent"], "content_scripts": [ { - "matches": ["https://*.edu.au/*"], + "matches": ["https://*.*/*"], "js": ["purify.min.js", "SEQTA.js"], "run_at": "document_start" }