1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-22 19:28:39 +00:00

add icons

This commit is contained in:
Aurelien David 2018-10-25 22:59:48 +02:00
parent b54f4fb338
commit 8a66512945
8 changed files with 8 additions and 3 deletions

View File

@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
icons/rss-128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
icons/rss-256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
icons/rss-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
icons/rss-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -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": {