Examine source code of Refine Reader

Inspect and view changes in Refine 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.0.8",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw70rJJjVR5E6QSV/Z7k4J3dkAyTtPqkzZyK1QibxK2mtXrON3C6YUAYw8dubvoSOzdGBaeN0ASld7pS4gzYTrS/5CPh4l+gb88RA3+oGRzTKe0nUx5ev7+0ztBTBZGFkHOEfN72FbXrT8feOStQuOs0h9IHReSID8VGyYGr89jXEhg4CgBZXFwRuX/JSDKDd99Dw77CoOPUzgWuKiTxIQ4GDilbiS3PtJfE2WaBSsP7y2LgbmzAoQ7j/t0zRUJofCvdzp9Wk4JAA5289XucQ9aZ6AQmMSRVC0lerezWnQ/zlaWprx504eH/87oYk7lsJrpwnz31SDG1hfflkTgr1AQIDAQAB",
  "host_permissions": [
    "https://api.openai.com/*",
    "https://dashscope.aliyuncs.com/*",
    "https://api.deepseek.com/*",
    "https://api.anthropic.com/*",
    "http://localhost:11434/*",
    "http://127.0.0.1:11434/*",
    "https://openrouter.ai/*",
    "https://generativelanguage.googleapis.com/*",
    "https://api.perplexity.ai/*",
    "https://api.siliconflow.cn/*",
    "https://api.x.ai/*",
    "https://huanyuan.tencentcloudapi.com/*",
    "https://rchat.cuihuaer.com/*"
  ],
  "action": {
    "default_icon": "assets/icon-48.png",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "author": "Cui Hua<refinereader@cuihuaer.com>",
  "homepage_url": "https://refinereader.cuihuaer.com",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/icon-16.png",
        "lib/marked.min.js",
        "lib/highlight.min.js",
        "lib/highlight.default.css",
        "content/content.js",
        "utils/i18n.js",
        "content/content.css",
        "content/themes.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}