Examine source code of Feed Reader

Inspect and view changes in Feed Reader 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
{
  "icons": {
    "16": "icon16.plasmo.60403714.png",
    "32": "icon32.plasmo.8e850565.png",
    "48": "icon48.plasmo.37989d43.png",
    "64": "icon64.plasmo.a993afcb.png",
    "128": "icon128.plasmo.9b3294c4.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.60403714.png",
      "32": "icon32.plasmo.8e850565.png",
      "48": "icon48.plasmo.37989d43.png",
      "64": "icon64.plasmo.a993afcb.png",
      "128": "icon128.plasmo.9b3294c4.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.16",
  "author": "hocgin",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://sso.hocgin.com/addone/dove-feed*redirect*"
      ],
      "js": [
        "authorization.745c0e53.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "feed.a3866e51.js"
      ],
      "css": []
    },
    {
      "matches": [
        "*://logspot.hocgin.top/dove-feed*setting*"
      ],
      "js": [
        "setting.67a931b8.js"
      ],
      "css": [
        "setting.d6185aac.css"
      ]
    }
  ],
  "homepage_url": "https://logspot.hocgin.top/dove-feed",
  "default_locale": "zh_CN",
  "host_permissions": [
    "https://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}