Mate Translate – translator, dictionary

Mate Translate – translator, dictionary

Your all-in-one translator for web pages, highlighted text, & Netflix subtitles. Translate and learn words in 103 languages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Gikken UG",
  "homepage_url": "https://gikken.co/mate-translate/",
  "icons": {
    "16": "images/icons/[email protected]",
    "32": "images/icons/[email protected]",
    "48": "images/icons/[email protected]",
    "96": "images/icons/[email protected]",
    "128": "images/icons/[email protected]",
    "256": "images/icons/[email protected]"
  },
  "content_scripts": [
    {
      "css": [
        "styles/pages/common/main.css",
        "styles/ui_components/tooltip/helpSelected.css",
        "styles/ui_components/dropdown.css",
        "styles/ui_components/fpTranslator.css",
        "styles/ui_components/contextMenu.css"
      ],
      "js": [
        "content.bundle.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://*/*"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": {
      "19": "images/icons/[email protected]",
      "38": "images/icons/[email protected]"
    },
    "default_title": "__MSG_Kernel_AppName__",
    "default_popup": "window.html"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "options_ui": {
    "page": "options.html"
  },
  "name": "__MSG_Kernel_AppName__",
  "version": "11.0.2",
  "description": "__MSG_Kernel_AppDescription__",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "webRequest"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' *; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/images/*/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}