aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-08-18 13:06:04 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-08-18 13:06:04 -0500
commite120564551b325f90b446c490b1e2c80a2f6f311 (patch)
tree489e90be2c2ef276c1f70f7278bce0a98dfb3f7d /manifest.json
parentc231cfd13daadd91e43fc03f54ab225e620401ab (diff)
added graphical output to contact finder
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
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": ["<all_urls>"],"js": ["eval_test.js"]}]
+ "content_scripts": [{"matches": ["<all_urls>"],"js": ["eval_test.js","contact_finder.js"]}]
}