Chess Aid

Chess Aid

Chess extension to help users improve in the game of chess!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chess Aid",
  "description": "Chess extension to help users improve in the game of chess!",
  "version": "3.4.0",
  "manifest_version": 3,
  "icons": {
    "16": "knight-16.png",
    "48": "knight-48.png",
    "128": "knight-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "scripting",
    "identity",
    "identity.email"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.chess.com/*",
        "https://lichess.org/*",
        "https://extensionpay.com/*"
      ],
      "js": [
        "chess.min.js",
        "ExtPay.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://www.chess.com/*",
    "https://lichess.org/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuJcujeXScBjwB2yWk4CDy12WjzMGmjAd1jpdRs2ZiFw0iK2DBzdb/vCSUgvkwk5vQlBgvyPjgKu7s9zfCtOd0G0Xp1IcQB+s7T3QkHphxCfgoqH2qYHbcfsqN1hSKLPDe0O5JGncYQih1YfecocAduuS7pJPf9v9BQnXiKXWN5VcPj3Slqgpt3xRemDmjR6uI1fUIjIXB7tjYSzRFEUT7mSFaEgcOSW00iAUUrGQfXlz3qLohPsdnplWit8qSlWd865ec7TtEk3P6PQ8E71ysT+nzpLIVujSS0ZeKhHdU4wSpOb4XCGfv696GjKOGsVsx5GHNyKbBGGzpzg25pyP2QIDAQAB"
}