From 3ad49098a03e70cc78a9e31318efa6d594ec06da Mon Sep 17 00:00:00 2001 From: Kento Nishi Date: Tue, 28 May 2024 14:00:58 -0400 Subject: [PATCH] fck it, try requesting unlimitedStorage --- src/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index dd864ee..bad325c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -5,7 +5,8 @@ "description": "YouTube Chat Filter", "version": "0.3.0", "permissions": [ - "storage" + "storage", + "unlimitedStorage" ], "icons": { "48": "assets/logo-48.png",