From 823e1d983c7996752d7fea2b255c997f304fcfed Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 12 Jun 2024 09:06:12 +0200 Subject: [PATCH] Remove currently inactive downloads permission --- src/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 7a33c40..7f50cc9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -56,6 +56,5 @@ "*://*/*" ], "optional_permissions": [ - "downloads" ] }