From 7895c028bf105dc8920b4e8d9866719c6015cfa3 Mon Sep 17 00:00:00 2001 From: josc146 Date: Sun, 14 May 2023 20:18:26 +0800 Subject: [PATCH] chore: remove optional background permission for manifest v2 --- src/manifest.v2.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/manifest.v2.json b/src/manifest.v2.json index 682c639..f5930b8 100644 --- a/src/manifest.v2.json +++ b/src/manifest.v2.json @@ -20,9 +20,6 @@ "https://*.bing.com/", "https://*.poe.com/" ], - "optional_permissions": [ - "background" - ], "background": { "scripts": [ "background.js"