From 7acf7f326a1e19ef76ea6b83d9d1d6def5f3cb40 Mon Sep 17 00:00:00 2001 From: Lawrence Hook Date: Sun, 12 May 2024 10:40:00 -0400 Subject: [PATCH] fix firefox manifest reversion --- src/firefox_manifest.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/firefox_manifest.json b/src/firefox_manifest.json index 6fa0065..11bbfd8 100644 --- a/src/firefox_manifest.json +++ b/src/firefox_manifest.json @@ -50,9 +50,7 @@ "open_in_tab": true }, "permissions": [ - "storage" - ], - "host_permissions": [ + "storage", "*://*.youtube.com/*" ] -} +} \ No newline at end of file