From 9837397a89b985647416551cfe8b7da578fda1ad Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Sat, 26 Jul 2014 23:45:53 +0100 Subject: Apply search fix on file:// directory entries --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b134ceaa..f1206bd8 100644 --- a/manifest.json +++ b/manifest.json @@ -46,7 +46,7 @@ "all_frames": true }, { - "matches": ["file://*"], + "matches": ["file:///", "file:///*/"], "css": ["content_scripts/file_urls.css"], "run_at": "document_start" } -- cgit v1.2.3