From 2524699832fd102c128c5a76a291805d14710b4e Mon Sep 17 00:00:00 2001 From: Rushil Srivastava Date: Sat, 18 Aug 2018 12:33:10 -0700 Subject: [PATCH] update important info --- README.md | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"