From f5c1e48b47088f69c826953d529d9e1af1c94e00 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:00:38 -0500 Subject: [PATCH] Remove update_url from Firefox manifest --- platform/firefox/manifest.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index e8d1d17..3067270 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -87,9 +87,8 @@ }, "browser_specific_settings": { "gecko": { - "id": "{5d554479-7cc4-487f-bd25-d8fc67a42602}", - "update_url": "https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/main/updates.json" + "id": "{5d554479-7cc4-487f-bd25-d8fc67a42602}" } }, "description": "__MSG_extensionDescription__" -} \ No newline at end of file +}