From 65bc1f040e46af57a2410dd9f4f8ec2f88e84558 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 17 Oct 2022 23:48:30 -0700 Subject: [PATCH] Remove unnecessary permission, add space for queue --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4ca9cd6..660c081 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ "permissions": [ "storage", - "tabs", + "unlimitedStorage", "" ],