diff --git a/src/drivers/webextension/images/icons/RSS.png b/src/drivers/webextension/images/icons/RSS.png new file mode 100644 index 000000000..3b6ff484a Binary files /dev/null and b/src/drivers/webextension/images/icons/RSS.png differ diff --git a/src/technologies/r.json b/src/technologies/r.json index be78a9ed5..da80760cf 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1895,6 +1895,14 @@ ], "website": "https://www.royalmail.com" }, + "RSS": { + "cats": [ + 19 + ], + "description": "A web feed that allows users and applications to access updates to websites in a standardized, computer-readable format.", + "icon": "RSS.png", + "website": "https://www.rssboard.org/rss-specification" + }, "Rubicon Project": { "cats": [ 36 @@ -2066,4 +2074,4 @@ "scripts": "/recaptcha/api\\.js", "website": "https://www.google.com/recaptcha/" } -} \ No newline at end of file +}