From 37dba338af36752f629ad14fcf947b1927eff1bf Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:11:12 -0400 Subject: [PATCH] Add files via upload --- platform/chromium/manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 65067c7..bb005ac 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "FMHY SafeGuard", "author": "Kenneth Hendricks & contributors", - "version": "1.1.8", + "version": "1.1.9", "icons": { "128": "res/ext_icon_144.png" }, @@ -21,6 +21,13 @@ "background": { "service_worker": "js/background.js" }, + "content_scripts": [ + { + "matches": [""], + "js": ["js/content.js"], + "run_at": "document_idle" + } + ], "description": "An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist.", "minimum_chrome_version": "100" }