From b54f4fb338ae115596ed8717f6cb7820fba7bbb1 Mon Sep 17 00:00:00 2001 From: Aurelien David Date: Thu, 25 Oct 2018 22:08:39 +0200 Subject: [PATCH] add README --- README.md | 6 ++++++ manifest.json | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e01a5d --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ + +Firefox has removed support for RSS in versions 62+. + +This includes the feed preview feature that was quite useful for some people. + +This extension attemps to recreate it. diff --git a/manifest.json b/manifest.json index 9b8a67e..b01b195 100644 --- a/manifest.json +++ b/manifest.json @@ -3,6 +3,8 @@ "manifest_version": 2, "name": "RSSPreview", "version": "1.0", + "author": "Aurelien David", + "homepage_url": "https://github.com/aureliendavid/rsspreview", "description": "Preview RSS feeds in browser",