From 9ecfbd44e9011f903d42f6d8fcdb7b9400b7ea89 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 18 Jun 2022 02:22:38 +0200 Subject: [PATCH] Remove background script OwO forgot that --- src/manifest.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index c4aae8d..f7f1775 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -34,11 +34,6 @@ "run_at": "document_end" } ], - "background": { - "scripts": [ - "background.js" - ] - }, "permissions": [ "storage" ],