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