Reveal RSS Feeds

Reveal RSS Feeds

Reveal RSS and Atom feed URLs contained within web pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "short_name": "RevealRSS",
  "version": "2.2",
  "manifest_version": 3,
  "default_locale": "en",
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+R"
      }
    }
  },
  "icons": {
    "96": "img/rss-96.png",
    "128": "img/rss-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  }
}