Lingvanex - Translator and Dictionary

Lingvanex - Translator and Dictionary

Lingvanex Translator helps you easily understand words, phrases, on any language! Just highlight a word or phrase, click on Translate icon next to it to translate it to your language. Translates to more than 108 languages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Lingvanex",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "3.1.0",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png",
    "256": "img/icon256.png"
  },
  "browser_action": {
    "default_icon": "img/icon128.png",
    "default_title": "Lingvanex Translator"
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "notifications",
    "storage",
    "tabs",
    "scripting"
  ],
  "background": {
    "scripts": [
      "scripts/background.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/content.min.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "frame/Images/*.svg",
    "frame/Images/*.png",
    "frame/Images/*.gif",
    "frame/Images/flags/*.png",
    "webfonts/*.eot",
    "webfonts/*.svg",
    "webfonts/*.ttf",
    "webfonts/*.woff",
    "webfonts/*.woff2",
    "img/icon20.svg",
    "frame/*.html",
    "frame/languages.json",
    "frame/supported_languages.json",
    "frame/all_locales.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cefbdccd-84cf-4af7-b2f4-ffaa7b81a830}"
    }
  }
}