From d1d5d4fb2447289029c0075db0ccfd5c22597e88 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 2 Sep 2021 18:39:38 +0200 Subject: also require "unlimitedStorage" permission to avoid surprise later --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ed1dcd5..bd963fe 100644 --- a/manifest.json +++ b/manifest.json @@ -23,7 +23,8 @@ "sessions", "storage", "tabs", - "" + "", + "unlimitedStorage" ], "browser_action": { "browser_style": true, -- cgit v1.2.3