aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-08-28 13:00:12 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-08-28 13:00:12 -0500
commit0f292821760b513ce815d8ca20ccaf118fe581eb (patch)
tree1e345a3e2b5eb0981eede988915e29708e403bcd /manifest.json
parent3a8ce7418c57b866907f7022979a47efe836963b (diff)
Can now edit scripts on Firefox but not Chrome
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 d38a57a..ab1c245 100644
--- a/manifest.json
+++ b/manifest.json
@@ -40,6 +40,6 @@
],
"background": {
"scripts": ["main_background.js"]
- },
- "content_scripts": [{"matches": ["<all_urls>"],"js": ["eval_test.js","contact_finder.js"]}]
+ }
+
}