diff options
author | NateN1222 <nathannichols454@gmail.com> | 2017-08-07 12:17:32 -0500 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2017-08-07 12:17:32 -0500 |
commit | 1d3226b53975374b266431203cdb3a355480eb60 (patch) | |
tree | 471ebea507c6e8f7f32f7bd6b6c63ff1e1de810d | |
parent | 6a92e509017e0169c896b3e221a8673c5b490509 (diff) |
started to implemented the regexes from the current LibreJS in the contact finder
-rw-r--r-- | manifest.json | 4 |
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"]}] } |