aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-08-07 12:17:32 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-08-07 12:17:32 -0500
commit1d3226b53975374b266431203cdb3a355480eb60 (patch)
tree471ebea507c6e8f7f32f7bd6b6c63ff1e1de810d /manifest.json
parent6a92e509017e0169c896b3e221a8673c5b490509 (diff)
started to implemented the regexes from the current LibreJS in the contact finder
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json4
1 files changed, 2 insertions, 2 deletions
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": ["<all_urls>"],"js": ["contact_finder.js"]}]
}