LiKeyChess - Lichess with your keyboard!

LiKeyChess - Lichess with your keyboard!

Makes it possible to play chess with your keyboard on Lichess

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LiKeyChess - Lichess with your keyboard!",
  "short_name": "LiKeyChess",
  "version": "0.10",
  "description": "Makes it possible to play chess with your keyboard on Lichess",
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "*://*.lichess.org/*"
      ],
      "run_at": "document_end"
    }
  ]
}