Wordeys - Translate and Memorise

Wordeys - Translate and Memorise

Immediately understand any word on any website. Expand your vocabulary through efficient word mastery

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wordeys - Translate and Memorise",
  "description": "Immediately understand any word on any website. Expand your vocabulary through efficient word mastery",
  "version": "2.9.4",
  "manifest_version": 2,
  "icons": {
    "96": "icons/icon96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "storage",
    "identity"
  ],
  "web_accessible_resources": [
    "popup/*",
    "sidebar/*",
    "icons/*"
  ],
  "browser_action": {
    "default_icon": {
      "128": "icons/icon96.png"
    },
    "default_title": "Wordeys"
  },
  "oauth2": {
    "client_id": "797403918116-ahgia4l3r47k5vpq7qej0gs973uv318j.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz3gcZRIo9dF8HeU212nsTZ8g8eDnAicN1FoZIPrjkzrTXHI04vBgZPIAMMfI+3zU+eMU4grd+ABVz4XRTQD2Tucu9JY0zf9vD0dyDx0zPtrgeqsKiMY5+yQmJgAroOYtu2JyWXRRykwKemyBC+Ns/gr9ZNI5qcZLuS5/7nFnubNde/qux3XkUDiNUYwzD37dejbN4QcyfW/bzwHKScoLlv/f7GgJtJYHuq63jOqcxP8NgOa4T3j+PVmZMWubL1XsR3ZfkzDINkC/dZUnooDEmLlB3YuJnshH9zT8Fk9ADtOBlvHjopbKlhcFhcbW4UmUqsDWCZmNgd7r0Ubb3teHXQIDAQAB"
}