From aa456d8c2fa6c22e77a4454ef5d08d3502251611 Mon Sep 17 00:00:00 2001 From: sameerasw Date: Mon, 14 Apr 2025 23:25:21 +0530 Subject: removed the content script --- manifest.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/manifest.json b/manifest.json index 9f94fdb..fce2ff3 100644 --- a/manifest.json +++ b/manifest.json @@ -29,14 +29,6 @@ "scripts": ["background.js"], "persistent": true }, - "content_scripts": [ - { - "matches": [""], - "js": ["inject-css.js"], - "run_at": "document_start", - "all_frames": true - } - ], "web_accessible_resources": [ "theme.css", "data-viewer/data-viewer.html", -- cgit v1.2.3