From cf2ed4f51d8f288fe067740836bb1a0a17ae5de1 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:11:35 -0400 Subject: [PATCH] Update manifest.json --- platform/chromium/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 4309284..74081a6 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.0.4", + "version": "1.0.5", "icons": { "128": "res/ext_icon_144.png" }, @@ -26,6 +26,6 @@ "host_permissions": [ "" ], - "description": "FMHY SafeGuard extension to identify unsafe and potentially unsafe sites.", + "description": "An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist.", "minimum_chrome_version": "100" }