diff --git a/README.md b/README.md index f62669b..d1aae55 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ [The Diplomat](https://www.thediplomat.com)\ [The Globe and Mail](https://www.theglobeandmail.com)\ [The Herald](https://www.theherald.com.au)\ +[The Hindu](https://www.thehindu.com)\ [The Japan Times](https://www.japantimes.co.jp)\ [TheMarker](https://www.themarker.com)\ [The Mercury News](https://www.mercurynews.com)\ diff --git a/background.js b/background.js index ea56b40..3295e05 100644 --- a/background.js +++ b/background.js @@ -64,6 +64,7 @@ var defaultSites = { 'The Diplomat': 'thediplomat.com', 'The Globe and Mail': 'theglobeandmail.com', 'The Herald': 'theherald.com.au', + 'The Hindu': 'thehindu.com', 'The Japan Times': 'japantimes.co.jp', 'TheMarker': 'themarker.com', 'The Mercury News': 'mercurynews.com', diff --git a/manifest.json b/manifest.json index f4a3718..c3b085a 100644 --- a/manifest.json +++ b/manifest.json @@ -139,7 +139,8 @@ "*://*.trouw.nl/*", "*://*.vn.nl/*", "*://*.lemonde.fr/*", - "*://*.scientificamerican.com/*" + "*://*.scientificamerican.com/*", + "*://*.thehindu.com/*" ], "version": "1.6.0" } diff --git a/options.js b/options.js index 4aa1b1e..1b55e0f 100644 --- a/options.js +++ b/options.js @@ -62,6 +62,7 @@ var defaultSites = { 'The Diplomat': 'thediplomat.com', 'The Globe and Mail (javascript disabled)': 'theglobeandmail.com', 'The Herald': 'theherald.com.au', + 'The Hindu': 'thehindu.com', 'The Japan Times': 'japantimes.co.jp', 'TheMarker': 'themarker.com', 'The Mercury News': 'mercurynews.com',