WebFeed

WebFeed

Web Feed Reader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WebFeed",
  "version": "0.8.1",
  "description": "Web Feed Reader",
  "author": "涛叔",
  "homepage_url": "https://github.com/taoso/webfeed",
  "icons": {
    "128": "icons/icon-square-128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "alarms",
    "storage",
    "scripting",
    "bookmarks",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_icon": {
      "128": "icons/icon-square-gray-128.png"
    },
    "default_title": "WebFeed"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "minimum_chrome_version": "92"
}