Reverso – Translation, dictionary

Reverso – Translation, dictionary

Translate and learn languages while browsing and watching movies, it’s free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "49.0"
    }
  },
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_appTitle__",
  "description": "__MSG_appDesc__",
  "version": "2.2.205",
  "author": "Softissimo Inc.",
  "homepage_url": "https://context.reverso.net/",
  "icons": {
    "16": "dist/assets/images/reverso-logo16x16.png",
    "32": "dist/assets/images/reverso-logo32x32.png",
    "48": "dist/assets/images/reverso-logo48x48.png",
    "65": "dist/assets/images/reverso-logo.png",
    "128": "dist/assets/images/reverso-logo.png"
  },
  "background": {
    "scripts": [
      "dist/background-script.bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": "dist/assets/images/reverso-logo.png",
    "default_popup": "dist/index.html",
    "default_title": "Reverso Context"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*",
        "file://*/*"
      ],
      "js": [
        "dist/content-script.bundle.js"
      ],
      "css": [
        "dist/content-script.bundle.css"
      ],
      "all_frames": false,
      "run_at": "document_end",
      "match_about_blank": true
    }
  ],
  "permissions": [
    "contextMenus",
    "<all_urls>",
    "https://*.reverso.net/*",
    "http://*.reverso.net/*",
    "https://*.google-analytics.com/*",
    "notifications",
    "webRequest",
    "tabs",
    "cookies"
  ],
  "web_accessible_resources": [
    "dist/assets/*",
    "dist/index.html",
    "dist/page-bar.html",
    "dist/contentStyles.css",
    "dist/*",
    "content/web/viewer.html",
    "http:/*",
    "https:/*",
    "ftp:/*",
    "file:/*",
    "moz-extension:/*",
    "filesystem:/*",
    "drive:*"
  ]
}