From e120564551b325f90b446c490b1e2c80a2f6f311 Mon Sep 17 00:00:00 2001 From: NateN1222 Date: Fri, 18 Aug 2017 13:06:04 -0500 Subject: added graphical output to contact finder --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index bcf91f1..d38a57a 100644 --- a/manifest.json +++ b/manifest.json @@ -41,5 +41,5 @@ "background": { "scripts": ["main_background.js"] }, - "content_scripts": [{"matches": [""],"js": ["eval_test.js"]}] + "content_scripts": [{"matches": [""],"js": ["eval_test.js","contact_finder.js"]}] } -- cgit v1.2.3