Made the extension successfully build

This commit is contained in:
Ajay Ramachandran
2020-02-01 19:18:53 -05:00
parent 17381e7deb
commit 23141aa624
11 changed files with 117 additions and 132 deletions

View File

@@ -13,13 +13,8 @@
],
"all_frames": true,
"js": [
"config.js",
"SB.js",
"utils/previewBar.js",
"utils/skipNotice.js",
"utils.js",
"content.js",
"popup.js"
"./js/vendor.js",
"./js/content.js"
],
"css": [
"content.css",
@@ -58,10 +53,8 @@
},
"background": {
"scripts":[
"config.js",
"SB.js",
"utils.js",
"background.js"
"./js/vendor.js",
"./js/background.js"
],
"persistent": false
},