From 21b5fc9723aec794ee9ea56b91ec66cc4868aa28 Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Wed, 7 Aug 2019 16:59:57 +0100 Subject: [PATCH] Added LANG.js --- manifest.json | 2 ++ 1 file changed, 2 insertions(+) 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" ]