Boring RSS Firefox

Examine source code of Boring RSS

By: Tom
Inspect and view changes in Boring RSS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "0.5",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://git.tom.tf/boring-rss",
  "icons": {
    "48": "rss.svg"
  },
  "default_locale": "en",
  "permissions": [
    // Needed to query the active tab for RSS links.
    "activeTab"
  ],
  "page_action": {
    "default_icon": "rss.svg",
    "default_popup": "popup.html",
    "default_title": "__MSG_pageActionTooltip__",
    "browser_style": true,
    // TODO: Use https://developer.chrome.com/extensions/declarativeContent to decide whether to show a match. Only available in Chrome.
    "show_matches": [
      "<all_urls>"
    ]
  },
  "applications": {
    "gecko": {
        "id": "{45d4d1a3-4faa-42b7-9747-bcf2153310cd}",
	// Needed for show_matches on Firefox for Android.
        "strict_min_version": "59.0"
    }
  }
}

Best Boring RSS Alternatives

Here are some Firefox add-ons that are similar to Boring RSS: