Files
RSSHub/lib/v2/firefox/radar.js
2022-01-22 20:01:44 +00:00

14 lines
334 B
JavaScript

module.exports = {
'firefox.com': {
_name: 'Mozilla',
monitor: [
{
title: 'Firefox Monitor',
docs: 'https://docs.rsshub.app/other.html#mozilla',
source: ['/', '/breaches'],
target: '/firefox/breaches',
},
],
},
};