Update background.js

merge-requests/1/head
Elad 6 years ago committed by GitHub
parent bfd17e291a
commit 86624c5d68

@ -15,7 +15,6 @@ var defaultSites = {
'Glassdoor': 'glassdoor.com',
'Haaretz': 'haaretz.co.il',
'Haaretz English': 'haaretz.com',
'TheMarker': 'themarker.com',
'Hartford Courant': 'courant.com',
'Harvard Business Review': 'hbr.org',
'Het Financieele Dagblad': 'fd.nl',
@ -36,6 +35,7 @@ var defaultSites = {
'OrlandoSentinel': 'orlandosentinel.com',
'Quora': 'quora.com',
'SunSentinel': 'sun-sentinel.com',
'TheMarker': 'themarker.com',
'The Seattle Times': 'seattletimes.com',
'The Sydney Morning Herald': 'smh.com.au',
'The Washington Post': 'washingtonpost.com',
@ -228,4 +228,4 @@ browser.webRequest.onCompleted.addListener(function(details) {
}
}, {
urls: ["<all_urls>"]
});
});

Loading…
Cancel
Save