WebFeed-Indicator Firefox

Examine source code of WebFeed-Indicator

Inspect and view changes in WebFeed-Indicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WebFeed-Indicator",
  "version": "1.3",
  "description": "Indicates RSS, Atom, and JSON Feeds on Websites.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{bbfa7e83-1d8b-4cfe-b511-f6048d2aa007}"
    }
  },
  "page_action": {
    "default_title": "Show WebFeeds",
    "default_popup": "popup/index.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best WebFeed-Indicator Alternatives

Here are some Firefox add-ons that are similar to WebFeed-Indicator: