Examine source code of QY Translate

Inspect and view changes in QY Translate 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
{
  "action": {
    "default_icon": "assets/images/logo.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_title__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "chromeos": "Alt+K",
        "linux": "Alt+K",
        "mac": "Command+K",
        "windows": "Alt+K"
      }
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/content-ewrskdfdswerhnyikyofd.css",
        "css/chunk-common-ewrskdfdswerhnyikyofd.css",
        "css/chunk-vendors-ewrskdfdswerhnyikyofd.css"
      ],
      "js": [
        "chunk-common-ewrskdfdswerhnyikyofd.js",
        "content-ewrskdfdswerhnyikyofd.js",
        "chunk-vendors-ewrskdfdswerhnyikyofd.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; media-src * data: blob: filesystem:;"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "assets/images/logo.png",
    "48": "assets/images/logo.png",
    "128": "assets/images/logo.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "clipboardRead"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.7.1",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "iframe.html"
      ]
    }
  ]
}