Chess Endgame Tables

Chess Endgame Tables

Adds endgame tables info (up to 7 pieces) from lila-tablebase to chess24.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chess Endgame Tables",
  "short_name": "ChessEndTabl",
  "version": "2019.1.4.0",
  "author": "seriych",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chess24.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "ChessEndgameTables.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}