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