diff options
Remove css referencev3.9.0
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/manifest.json b/app/manifest.json index 30de25b6d..269e88e64 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -56,8 +56,7 @@ { "run_at": "document_end", "matches": ["http://*/*", "https://*/*"], - "js": ["scripts/blacklister.js"], - "css": ["css/blacklister.css"] + "js": ["scripts/blacklister.js"] } ], "permissions": [ |