From ba627cc4ea011d7bb001389553042f0978d779ec Mon Sep 17 00:00:00 2001 From: NateN1222 Date: Mon, 14 Aug 2017 11:04:14 -0500 Subject: Fixed display panel bug, imlpemented more parts of eval_test.js --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifest.json') 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", + "" ], "browser_action": { "browser_style": true, @@ -40,5 +41,5 @@ "background": { "scripts": ["main_background.js"] }, - "content_scripts": [{"matches": [""],"js": ["contact_finder.js"]}] + "content_scripts": [{"matches": [""],"js": ["eval_test.js"]}] } -- cgit v1.2.3