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,
"js": [
"LANG.js",
"config.js",
"content.js",
"popup.js"
@@ -48,6 +49,7 @@
},
"background": {
"scripts":[
"LANG.js",
"config.js",
"background.js"
]