Examine source code of RSS Grab

Inspect and view changes in RSS Grab 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
{
  "page_action": {
    "default_title": "RSS Grab",
    "default_popup": "popup.html",
    "browser_style": true,
    "default_icon": "subscribe-dark-64.svg",
    "show_matches": [
      "<all_urls>"
    ]
  },
  "description": "Find RSS feeds quickly.",
  "homepage_url": "https://example.com",
  "manifest_version": 2,
  "name": "RSS Grab",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "management",
    "tabs",
    "webRequest",
    "webNavigation",
    "storage",
    "<all_urls>"
  ],
  "icons": {
    "48": "subscribe-dark-64.svg"
  },
  "version": "1.1",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "58.0a1",
      "id": "akreamerca@gmail.com"
    }
  }
}