From 03911c590d7acc51b7f331e4b47724ff42b0593f Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:41:17 -0500 Subject: [PATCH] Add updates.json for addon version 1.3.1 --- updates.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 updates.json diff --git a/updates.json b/updates.json new file mode 100644 index 0000000..a8f57ad --- /dev/null +++ b/updates.json @@ -0,0 +1,12 @@ +{ + "addons": { + "{5d554479-7cc4-487f-bd25-d8fc67a42602}": { + "updates": [ + { + "version": "1.3.1", + "update_link": "https://github.com/fmhy/FMHY-SafeGuard/releases/download/v1.3.1/FMHY-SafeGuard_v1.3.1.firefox.xpi" + } + ] + } + } +}