Feedmarks

Feedmarks

Follow RSS/ATOM feeds directly from your bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Feedmarks",
  "version": "1.2.1",
  "description": "Follow RSS/ATOM feeds directly from your bookmarks.",
  "minimum_chrome_version": "92",
  "permissions": [
    "bookmarks",
    "alarms",
    "storage",
    "contextMenus",
    "scripting"
  ],
  "options_page": "options/options.html",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_title": "Feedmarks",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    }
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "manifest_version": 3
}