diff --git a/manifest.json b/manifest.json index 1fe36a7c..be3a2dc7 100644 --- a/manifest.json +++ b/manifest.json @@ -11,6 +11,7 @@ "all_frames": true, "js": [ "config.js", + "utils.js", "content.js", "popup.js" ], @@ -48,6 +49,7 @@ }, "background": { "scripts":[ + "utils.js", "config.js", "background.js" ]