diff --git a/src/drivers/webextension/images/icons/RSS.svg b/src/drivers/webextension/images/icons/RSS.svg new file mode 100644 index 000000000..3f5224cc2 --- /dev/null +++ b/src/drivers/webextension/images/icons/RSS.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/technologies/r.json b/src/technologies/r.json index be78a9ed5..699396e58 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1895,6 +1895,21 @@ ], "website": "https://www.royalmail.com" }, + "RSS": { + "cats": [ + 19 + ], + "description": "RSS is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.", + "dom": { + "link[type*='application']": { + "attributes": { + "type": "application/(?:rss|atom)\\+xml" + } + } + }, + "icon": "RSS.svg", + "website": "https://www.rssboard.org/rss-specification" + }, "Rubicon Project": { "cats": [ 36 @@ -2066,4 +2081,4 @@ "scripts": "/recaptcha/api\\.js", "website": "https://www.google.com/recaptcha/" } -} \ No newline at end of file +}