Examine source code of Get RSS Feed URL

Inspect and view changes in Get RSS Feed URL source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Get RSS Feed URL",
  "description": "Retreive RSS feeds URLs from Website",
  "version": "3.0.1",
  "author": "@shevabam",
  "homepage_url": "https://github.com/shevabam/get-rss-feed-url-extension",
  "permissions": [
    "activeTab",
    "notifications"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_icon": "img/icon_default.png",
    "default_popup": "popup.html",
    "default_title": "Click to view RSS feeds for this page"
  },
  "icons": {
    "128": "img/icon_128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      }
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}