RSS Reader Firefox

Examine source code of RSS Reader

Inspect and view changes in RSS Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RSS Reader",
  "version": "1.0",
  "description": "An addon for creating and managing RSS feed subscriptions.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2088ad68-48aa-4704-8acc-38e3c2e0586c}"
    }
  }
}

Best RSS Reader Alternatives

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