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": {