From 7600de10658836b62e8943845200a42989a7892c Mon Sep 17 00:00:00 2001 From: AbdulRahman Maniar Date: Wed, 20 Sep 2023 10:26:51 +0400 Subject: [PATCH] Fixed Manifest --- manifest.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifest.json b/manifest.json index 394aa8b..31d9b9a 100644 --- a/manifest.json +++ b/manifest.json @@ -23,11 +23,5 @@ "matches": [""], "extension_ids": ["*"] } - ], - "content_scripts": [ - { - "matches": [""], - "js": ["content.js"] - } ] }