Update background.js

master
Elad 2018-05-21 05:54:34 +03:00 committed by GitHub
parent 06b6e0b451
commit c52508bcc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>"]
});
});