diff options
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", |