From 183bc49b20aee0de3afd1dda3ad389e3374557b5 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sat, 2 Nov 2024 21:28:30 -0400 Subject: [PATCH] Update manifest.json Added storage permission and updated version --- platform/chromium/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index b1cfde8..52255e5 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.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": {