From 1357526dfc11caa7993e45895e52e47f27116fe5 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 12 Jul 2017 16:42:24 -0700 Subject: Remove css reference --- app/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app') 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": [ -- cgit