From ebfe20f4a9014b62d89253c705cb921e10f9a4c7 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sat, 2 Nov 2024 21:27:46 -0400 Subject: [PATCH] Update manifest.json Added storage permission and updated version --- platform/firefox/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index f81e7f9..3747d32 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "FMHY SafeGuard", "author": "Kenneth Hendricks & contributors", - "version": "1.1.1", + "version": "1.1.2", "icons": { "128": "res/ext_icon_144.png" }, @@ -13,6 +13,7 @@ "default_popup": "pub/index.html" }, "permissions": [ + "storage", "tabs" ], "background": {