Merge pull request #72 from OfficialNoob/patch-10

Added Utils file + Updated Parser
This commit is contained in:
Ajay Ramachandran
2019-08-10 19:57:11 -04:00
committed by GitHub
6 changed files with 41 additions and 38 deletions

View File

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