Copy RSS button Firefox

Examine source code of Copy RSS button

Inspect and view changes in Copy RSS button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "author": "Sam Bull",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://sambull.org",
  "name": "__MSG_extensionName__",
  "version": "1",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "63.0"
    }
  },
  "default_locale": "en",
  "icons": {
    "16": "rss.svg",
    "18": "rss.svg",
    "19": "rss.svg",
    "32": "rss.svg",
    "48": "rss.svg",
    "64": "rss.svg",
    "128": "rss.svg"
  },
  "permissions": [
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "browser_style": true,
    "default_icon": "rss.svg",
    "default_title": "__MSG_actionTitle__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "document.js"
      ]
    }
  ]
}

Best Copy RSS button Alternatives

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