diff options
author | sameerasw <[email protected]> | 2025-04-14 23:25:21 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-04-14 23:25:21 +0530 |
commit | aa456d8c2fa6c22e77a4454ef5d08d3502251611 (patch) | |
tree | e93b1bb19c235c494c6c47626c7661fe291c46f9 /manifest.json | |
parent | ac6f360713ed84b5785ca89d7c94353a1b4c0be6 (diff) |
removed the content script
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 8 |
1 files changed, 0 insertions, 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": ["<all_urls>"], - "js": ["inject-css.js"], - "run_at": "document_start", - "all_frames": true - } - ], "web_accessible_resources": [ "theme.css", "data-viewer/data-viewer.html", |