aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-08-14 11:04:14 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-08-14 11:04:14 -0500
commitba627cc4ea011d7bb001389553042f0978d779ec (patch)
treefc58ad3da2c14b32b44181c7c91997d5b4510004 /manifest.json
parentdb7dc60155b625c3ca30fe56495f41937d69daee (diff)
Fixed display panel bug, imlpemented more parts of eval_test.js
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json5
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"]}]
}