FireRSS - RSS and Atom Feeds Scraper Firefox

Examine source code of FireRSS - RSS and Atom Feeds Scraper

By: Taha Add-on
Inspect and view changes in FireRSS - RSS and Atom Feeds Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FireRSS - RSS and Atom Feeds Scraper",
  "short_name": "FireRSS",
  "description": "Detects RSS and Atom feed candidates on pages and site origins",
  "version": "3.1.0",
  "homepage_url": "https://github.com/mt190502/firerss",
  "icons": {
    "32": "img/firerss_32.png",
    "64": "img/firerss_64.png",
    "128": "img/firerss_128.png",
    "256": "img/firerss_256.png",
    "512": "img/firerss_512.png"
  },
  "action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "32": "img/firerss_32_gray.png",
      "64": "img/firerss_64_gray.png",
      "128": "img/firerss_128_gray.png",
      "256": "img/firerss_256_gray.png",
      "512": "img/firerss_512_gray.png"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "scripting",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "firerss@mtaha.dev",
      "strict_min_version": "135.0"
    }
  },
  "options_ui": {
    "page": "html/settings.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}

Best FireRSS - RSS and Atom Feeds Scraper Alternatives

Here are some Firefox add-ons that are similar to FireRSS - RSS and Atom Feeds Scraper: