Any Dictionaries

Any Dictionaries

One dictionary is not enough, try Any dictionaries

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Any Dictionaries",
  "version": "3.2",
  "description": "One dictionary is not enough, try Any dictionaries",
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "i18n"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "file:///*/*"
  ],
  "background": {
    "service_worker": "dist/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*",
        "file:///*/*"
      ],
      "js": [
        "dist/js/contentScript.js"
      ],
      "css": [
        "dist/css/content.css",
        "dist/css/animate.css"
      ]
    }
  ],
  "options_page": "dist/html/options.html",
  "action": {
    "default_popup": "dist/html/popup.html",
    "default_icon": {
      "16": "src/icon/dict-icon-16.png",
      "32": "src/icon/dict-icon-32.png",
      "48": "src/icon/dict-icon-48.png",
      "128": "src/icon/dict-icon-128.png"
    }
  },
  "icons": {
    "16": "src/icon/dict-icon-16.png",
    "32": "src/icon/dict-icon-32.png",
    "48": "src/icon/dict-icon-48.png",
    "128": "src/icon/dict-icon-128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Q",
        "windows": "Ctrl+Shift+Q",
        "mac": "Command+Shift+Q"
      }
    }
  },
  "externally_connectable": {
    "matches": [
      "https://www.netflix.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "dist/img/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7XSNR24Z7e0637+LPG8oirWLO2+JpwsiNYeqLMlsMthdmtYTjWpQIWLamcCe7Se53crWFVfEj4VTIjiIQLJYN7wwcRq6hdpRp6oKJunov0pnVWc+jSeqQXMEf6ZC2KSKjK0Y1B58c5/sHqF/zJH/LeFogO7DSCwblVGUkWYSO318nsQ+/1tmZkPImhOY7qRSa+JbY+Zv5A/y89Ob74p9KR4Mk7GuSfEnjIJlFqp1LUYJmnQhraBGfddn8+XHIumCRhx/Rk0DbHyCy/aV40kSTDn0e5gPKSUyRE2ARXATH0zZ2c+tlG3yqNns2ZX9o10DZ9WsAoKCqJMwAsfJLaUYqwIDAQAB",
  "manifest_version": 3
}