Files
RSSHub/lib/v2/firefox/radar.js
2023-08-15 03:12:12 +01:00

14 lines
336 B
JavaScript

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