diff --git a/README.md b/README.md index 0e01a5d..79b0b9c 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ 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. +This extension attempts to recreate it. diff --git a/icons/file.png b/icons/file.png index 9c4c43a..64d1119 100644 Binary files a/icons/file.png and b/icons/file.png differ diff --git a/icons/rss-128.png b/icons/rss-128.png new file mode 100644 index 0000000..2474cde Binary files /dev/null and b/icons/rss-128.png differ diff --git a/icons/rss-256.png b/icons/rss-256.png new file mode 100644 index 0000000..e997155 Binary files /dev/null and b/icons/rss-256.png differ diff --git a/icons/rss-32.png b/icons/rss-32.png new file mode 100644 index 0000000..f0eee20 Binary files /dev/null and b/icons/rss-32.png differ diff --git a/icons/rss-48.png b/icons/rss-48.png index 644966a..06e9a01 100644 Binary files a/icons/rss-48.png and b/icons/rss-48.png differ diff --git a/icons/rss-64.png b/icons/rss-64.png new file mode 100644 index 0000000..70323de Binary files /dev/null and b/icons/rss-64.png differ diff --git a/manifest.json b/manifest.json index b01b195..77bcc70 100644 --- a/manifest.json +++ b/manifest.json @@ -2,14 +2,19 @@ "manifest_version": 2, "name": "RSSPreview", - "version": "1.0", + "version": "1.1", "author": "Aurelien David", "homepage_url": "https://github.com/aureliendavid/rsspreview", "description": "Preview RSS feeds in browser", + "icons": { - "48": "icons/rss-48.png" + "32": "icons/rss-32.png", + "48": "icons/rss-48.png", + "64": "icons/rss-64.png", + "128": "icons/rss-128.png", + "256": "icons/rss-256.png" }, "background": {