Preview RSS and Atom feeds Firefox

Examine source code of Preview RSS and Atom feeds

Inspect and view changes in Preview RSS and Atom feeds source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RSSPreview",
  "version": "1.0.0",
  "description": "Preview RSS/Atom feeds in a clean, readable format directly in Firefox.",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "RSSPreview",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "applications": {
    "gecko": {
      "id": "rsspreview@example.com"
    }
  }
}

Best Preview RSS and Atom feeds Alternatives

Here are some Firefox add-ons that are similar to Preview RSS and Atom feeds: