add icons
@ -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 includes the feed preview feature that was quite useful for some people.
|
||||||
|
|
||||||
This extension attemps to recreate it.
|
This extension attempts to recreate it.
|
||||||
|
BIN
icons/file.png
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 3.3 KiB |
BIN
icons/rss-128.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
icons/rss-256.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
icons/rss-32.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
icons/rss-48.png
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 4.5 KiB |
BIN
icons/rss-64.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
@ -2,14 +2,19 @@
|
|||||||
|
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "RSSPreview",
|
"name": "RSSPreview",
|
||||||
"version": "1.0",
|
"version": "1.1",
|
||||||
"author": "Aurelien David",
|
"author": "Aurelien David",
|
||||||
"homepage_url": "https://github.com/aureliendavid/rsspreview",
|
"homepage_url": "https://github.com/aureliendavid/rsspreview",
|
||||||
|
|
||||||
"description": "Preview RSS feeds in browser",
|
"description": "Preview RSS feeds in browser",
|
||||||
|
|
||||||
|
|
||||||
"icons": {
|
"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": {
|
"background": {
|
||||||
|