Files
community-plugins/rss-notifier/translations/en.json
T
NilsonlinuxandGitHub d32a20cd32 fix(plugin): Feed text encoding fix and panel UI improvements V1.0.2 (#271)
* fix(plugin): Feed text encoding fix and panel UI improvements V1.0.2

* fix(plugin): Feed text encoding fix and panel UI improvements V1.0.2

* Add xdg-open dependency to plugin.toml

Added 'xdg-open' as a dependency for the plugin.
2026-08-06 10:16:22 -04:00

25 lines
749 B
JSON

{
"settings": {
"feed_urls": {
"label": "Feed URLs",
"description": "One RSS or Atom feed URL per entry (e.g. https://example.com/feed.xml)."
},
"refresh_minutes": {
"label": "Refresh interval (minutes)",
"description": "How often feeds are checked for new items."
},
"notify_new": {
"label": "Notify on new items",
"description": "Show a notification for each new item found in the feeds."
},
"max_notifications_per_cycle": {
"label": "Max notifications per cycle",
"description": "Avoids a flood of notifications when many new items appear at once."
},
"glyph": {
"label": "Icon",
"description": "Icon shown in the bar for this widget."
}
}
}