Skip to content

Commit

Permalink
wsj updates #10
Browse files Browse the repository at this point in the history
  • Loading branch information
rushilsrivastava committed Nov 18, 2019
1 parent ae36952 commit 197563d
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 227 deletions.
6 changes: 1 addition & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"128": "icons/icon128.png"
},
"background": {
"scripts": ["src/js/background.js"],
"scripts": ["src/js/background.js", "src/js/hot-reload.js"],
"persistent": true
},
"content_scripts": [{
Expand All @@ -30,10 +30,6 @@
"matches": ["https://www.bizjournals.com/*"],
"js": ["src/js/arrive.min.js", "src/js/bizjournals.js"],
"run_at": "document_start"
}, {
"matches": ["https://www.wsj.com/*"],
"js": ["src/js/wsj.js"],
"run_at": "document_start"
}, {
"matches": ["https://www.technologyreview.com/*"],
"js": ["src/js/technologyreview.js"],
Expand Down
Loading

0 comments on commit 197563d

Please sign in to comment.