RSS Finder

RSS Finder

Lists RSS and Atom feeds available on the current web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RSS Finder",
  "short_name": "RSS Finder",
  "description": "Lists RSS and Atom feeds available on the current web page.",
  "version": "1.2",
  "homepage_url": "https://andyls.co.uk/projects/rss-finder",
  "icons": {
    "16": "img/rss_16.png",
    "48": "img/rss_48.png",
    "128": "img/rss_128.png",
    "512": "img/rss_512.png"
  },
  "action": {
    "default_icon": {
      "48": "img/rss_grey_48.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ]
}