Added LANG.js

This commit is contained in:
Official Noob
2019-08-07 16:59:57 +01:00
committed by GitHub
parent e5add6c392
commit 21b5fc9723

View File

@@ -10,6 +10,7 @@
], ],
"all_frames": true, "all_frames": true,
"js": [ "js": [
"LANG.js",
"config.js", "config.js",
"content.js", "content.js",
"popup.js" "popup.js"
@@ -48,6 +49,7 @@
}, },
"background": { "background": {
"scripts":[ "scripts":[
"LANG.js",
"config.js", "config.js",
"background.js" "background.js"
] ]