Lingvanex translator and dictionary. Voice

Lingvanex translator and dictionary. Voice

Lingvanex Translator is a modern translation application for over 108 languages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "Lingvanex",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "3.1.2",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png",
    "256": "img/icon256.png"
  },
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "48": "img/icon48.png"
    },
    "default_title": "Lingvanex Translator"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "contextMenus",
    "notifications",
    "sidePanel",
    "storage",
    "tabs",
    "scripting"
  ],
  "side_panel": {
    "default_path": "frame/popup.html"
  },
  "background": {
    "service_worker": "scripts/background.min.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/content.min.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "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"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}