From 1d3226b53975374b266431203cdb3a355480eb60 Mon Sep 17 00:00:00 2001 From: NateN1222 Date: Mon, 7 Aug 2017 12:17:32 -0500 Subject: started to implemented the regexes from the current LibreJS in the contact finder --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 7c6364e..9586586 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,6 @@ ], "background": { "scripts": ["main_background.js"] - } - + }, + "content_scripts": [{"matches": [""],"js": ["contact_finder.js"]}] } -- cgit v1.2.3