diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 9586586..bcf91f1 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,8 @@ "activeTab", "notifications", "storage", - "tabs" + "tabs", + "<all_urls>" ], "browser_action": { "browser_style": true, @@ -40,5 +41,5 @@ "background": { "scripts": ["main_background.js"] }, - "content_scripts": [{"matches": ["<all_urls>"],"js": ["contact_finder.js"]}] + "content_scripts": [{"matches": ["<all_urls>"],"js": ["eval_test.js"]}] } |