diff options
-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"]}] } |