diff --git a/README.md b/README.md index 712dea0..fafc56c 100755 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ I made this because as a student, it isn't practical for me to pay each company ### Supported Websites: * [Wall Street Journal](https://www.wsj.com/) * [New York Times](https://www.nytimes.com/) +* [Cooking New York Times](https://cooking.nytimes.com/) * [Financial Times](https://www.ft.com/) * [Bloomberg](https://www.bloomberg.com/) * [Washington Post](https://www.washingtonpost.com) diff --git a/manifest.json b/manifest.json index d268a73..5a9e883 100755 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "manifest_version": 2, "description": "Get around the paywall for many news sites, and experience an open, free web.", "author": "Rushil Srivastava", - "homepage_url": "https://rushilsrivastava.com/software/opennews/", + "homepage_url": "https://rushilsrivastava.com/extensions/opennews/", "browser_action": { "default_icon": "icons/icon16.png", "default_popup": "src/html/popup.html"