Added utils.js

This commit is contained in:
Official Noob
2019-08-04 18:59:08 +01:00
committed by GitHub
parent f6c9e8e235
commit aae0998426

View File

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