From fb73b40c522850ef6937a93ef093aa58d5b003ef Mon Sep 17 00:00:00 2001 From: Sonny T Date: Wed, 6 Mar 2024 13:43:08 -0500 Subject: [PATCH] rollback --- assets/manifest.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/manifest.json b/assets/manifest.json index ee48460..b6c2183 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -1,7 +1,7 @@ { "name": "Ugly Email", "short_name": "Ugly Email", - "version": "4.1.1", + "version": "4.1.0", "description": "Get Back Your Email Privacy, Block Email Tracking.", "author": "OneClick Lab", "homepage_url": "http://uglyemail.com", @@ -18,6 +18,7 @@ "uglyemail.js" ], "permissions": [ + "storage", "webRequest", "webRequestBlocking", "https://mail.google.com/*", diff --git a/package.json b/package.json index 5a6e69d..101d006 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ugly-email-extension", - "version": "4.1.1", + "version": "4.1.0", "description": "", "main": "index.js", "scripts": {